. // }}} namespace Plugin\ActivityPub\Test\Objects; class GoToSocialTest { private static string $fixtures_path = __DIR__ . \DIRECTORY_SEPARATOR . '..' . \DIRECTORY_SEPARATOR . 'Fixtures' . \DIRECTORY_SEPARATOR; public static function fixturesPath(string $path): string { return self::$fixtures_path . 'gotosocial' . \DIRECTORY_SEPARATOR . $path; } }