Skip to content

Commit

Permalink
Test project root is returned
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Nov 4, 2023
1 parent 97998f2 commit 6d52250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CubexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public function testGetContext()

$cubex->removeShared(Context::class);
$cubex->removeFactory(Context::class);
self::assertEquals(dirname(__DIR__), $cubex->getContext()->getProjectRoot());
self::assertStringContainsString(dirname(__DIR__), $cubex->getContext()->getProjectRoot());
}

public function testCustomContext()
Expand Down

0 comments on commit 6d52250

Please sign in to comment.