mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Removing debugging echo
Updating Tests
This commit is contained in:
parent
31148e25cf
commit
a2fb49a2b4
5 changed files with 13 additions and 18 deletions
|
@ -24,12 +24,11 @@ class ApiTest extends DatabaseTest
|
|||
/**
|
||||
* Create variables used by tests.
|
||||
*/
|
||||
protected function setUp()
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
// Reusable App object
|
||||
$this->app = BaseObject::getApp();
|
||||
require_once __DIR__.'/../include/api.php';
|
||||
|
||||
// User data that the test database is populated with
|
||||
$this->selfUser = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue