mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Code standards
This commit is contained in:
parent
4a82708cbf
commit
d28424ddce
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ use Friendica\Core\Protocol;
|
||||||
use Friendica\Core\System;
|
use Friendica\Core\System;
|
||||||
use Friendica\Network\HTTPException;
|
use Friendica\Network\HTTPException;
|
||||||
|
|
||||||
require_once __DIR__.'/../include/api.php';
|
require_once(__DIR__ . '/../include/api.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests for the API functions.
|
* Tests for the API functions.
|
||||||
|
|
|
@ -14,7 +14,7 @@ use PHPUnit\DbUnit\TestCaseTrait;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use PHPUnit_Extensions_Database_DB_IDatabaseConnection;
|
use PHPUnit_Extensions_Database_DB_IDatabaseConnection;
|
||||||
|
|
||||||
require_once __DIR__.'/../boot.php';
|
require_once(__DIR__ . '/../boot.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Abstract class used by tests that need a database.
|
* Abstract class used by tests that need a database.
|
||||||
|
|
Loading…
Reference in a new issue