mirror of
https://github.com/friendica/friendica
synced 2024-12-22 08:00:16 +00:00
Fix path to tests
This commit is contained in:
parent
346b42fba5
commit
cb6269eddb
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ abstract class ApiTest extends FixtureTestCase
|
|||
public function installAuthTest()
|
||||
{
|
||||
$addon = 'authtest';
|
||||
$addon_file_path = __DIR__ . '/../../../Util/authtest/authtest.php';
|
||||
$addon_file_path = __DIR__ . '/Util/authtest/authtest.php';
|
||||
$t = @filemtime($addon_file_path);
|
||||
|
||||
@include_once($addon_file_path);
|
||||
|
|
Loading…
Reference in a new issue