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