Skip to content

Commit 163346b

Browse files
authored
Tests: Move autoloader into correct folder. (#1055)
Follow up to #1051.
1 parent 7a8b586 commit 163346b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function test_register_path() {
6969
* @covers ::load
7070
*/
7171
public function test_load() {
72-
$autoloader = new Autoloader( __NAMESPACE__, __DIR__ );
72+
$autoloader = new Autoloader( __NAMESPACE__, dirname( __DIR__ ) );
7373

7474
// Wrong prefix.
7575
$autoloader->load( 'Activitypub\Autoload_Test_File' );

0 commit comments

Comments
 (0)