mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:04:32 +02:00
Remove debugging output
This commit is contained in:
parent
b9361a68f4
commit
1e9f8c0fb2
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue