mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Move debug
This commit is contained in:
parent
8ad41d4f15
commit
3e9ff5ef6e
2 changed files with 2 additions and 2 deletions
|
@ -3393,6 +3393,8 @@ class ApiTest extends DatabaseTest
|
|||
*/
|
||||
public function testApiGetNick()
|
||||
{
|
||||
var_dump(dba::inArray(\dba::select('contact')));
|
||||
|
||||
$result = api_get_nick($this->otherUser['nurl']);
|
||||
$this->assertEquals('othercontact', $result);
|
||||
}
|
||||
|
|
|
@ -93,8 +93,6 @@ abstract class DatabaseTest extends TestCase
|
|||
DBStructure::update(false, true, true);
|
||||
|
||||
$app->mode = \Friendica\App::MODE_NORMAL;
|
||||
|
||||
var_dump(dba::inArray(\dba::select('contact')));
|
||||
} else {
|
||||
$this->markTestSkipped('Could not connect to the database. Please check the MYSQL_* environment variables.');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue