one day I will get the same output from travis and from my term

This commit is contained in:
fser 2014-07-05 23:14:05 +02:00
parent ba5bb1d298
commit 9f769bdaa6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}