diff --git a/tests/src/Console/EjabberdAuthTest.php b/tests/src/Console/EjabberdAuthTest.php index d0e38942d6..139312fbbd 100644 --- a/tests/src/Console/EjabberdAuthTest.php +++ b/tests/src/Console/EjabberdAuthTest.php @@ -245,7 +245,6 @@ class EjabberdAuthTest extends ConsoleTestCase ); $txt = $this->dumpExecute($console); - print_r($txt); $this->assertSame(0, $this->consoleExecReturn); $this->assertEmpty($txt); @@ -327,7 +326,6 @@ class EjabberdAuthTest extends ConsoleTestCase ); $txt = $this->dumpExecute($console); - print_r($txt); $this->assertSame(0, $this->consoleExecReturn); $this->assertEmpty($txt); @@ -424,7 +422,6 @@ class EjabberdAuthTest extends ConsoleTestCase ); $txt = $this->dumpExecute($console); - print_r($txt); $this->assertSame(0, $this->consoleExecReturn); $this->assertEmpty($txt); @@ -465,7 +462,6 @@ class EjabberdAuthTest extends ConsoleTestCase ); $txt = $this->dumpExecute($console); - print_r($txt); $this->assertEmpty($txt); rewind($this->outputStream); @@ -500,7 +496,6 @@ class EjabberdAuthTest extends ConsoleTestCase ); $txt = $this->dumpExecute($console); - print_r($txt); $this->assertSame(1, $this->consoleExecReturn); $this->assertEquals("[Error] the database connection went down\n", $txt);