one day I will get the same output from travis and from my term
This commit is contained in:
parent
ba5bb1d298
commit
9f769bdaa6
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue