From 9f769bdaa6d366874c1175d76c128d6cfd059a5e Mon Sep 17 00:00:00 2001 From: fser Date: Sat, 5 Jul 2014 23:14:05 +0200 Subject: [PATCH] one day I will get the same output from travis and from my term --- phpunit/tests/bureau/class/m_actionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/tests/bureau/class/m_actionTest.php b/phpunit/tests/bureau/class/m_actionTest.php index 77bc7f94..2c2299f8 100644 --- a/phpunit/tests/bureau/class/m_actionTest.php +++ b/phpunit/tests/bureau/class/m_actionTest.php @@ -177,7 +177,7 @@ class m_actionTest extends AlterncTest { public function testGet_action() { $result = $this->object->get_action(); $this->assertTrue(is_array($result)); - $this->expectOutputString(print_r($result, TRUE)); + fwrite(STDERR, print_r($result, TRUE)); $this->assertCount(1, $result); return current($result); }