remove output
This commit is contained in:
parent
e4ce562920
commit
920cd062fa
|
@ -177,7 +177,6 @@ class m_actionTest extends AlterncTest {
|
|||
public function testGet_action() {
|
||||
$result = $this->object->get_action();
|
||||
$this->assertTrue(is_array($result));
|
||||
fwrite(STDERR, print_r($result, TRUE));
|
||||
$this->assertCount(1, $result);
|
||||
return current($result);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue