From 920cd062fa2c951175932a5ff262375f540ccd23 Mon Sep 17 00:00:00 2001 From: fser Date: Tue, 8 Jul 2014 15:06:12 +0200 Subject: [PATCH] remove output --- phpunit/tests/bureau/class/m_actionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit/tests/bureau/class/m_actionTest.php b/phpunit/tests/bureau/class/m_actionTest.php index 2c2299f8..47925317 100644 --- a/phpunit/tests/bureau/class/m_actionTest.php +++ b/phpunit/tests/bureau/class/m_actionTest.php @@ -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); }