remove output

This commit is contained in:
fser 2014-07-08 15:06:12 +02:00
parent e4ce562920
commit 920cd062fa
1 changed files with 0 additions and 1 deletions

View File

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