Skip to content

Commit

Permalink
Update LicenserTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Apr 24, 2024
1 parent 01dd50b commit 92af540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/LicenserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function testFindLicenceFilesPathsAreRelative()
$result = $sut->getDiscoveredLicenseFiles();

// Currently contains an array entry: /Users/brianhenry/Sites/mozart/mozart/tests/Unit/developer-name/project-name/license.md
self::assertStringContainsString('developer-name/project-name/license.md', $result[0]);
self::assertStringContainsString('developer-name' . DIRECTORY_SEPARATOR . 'project-name' . DIRECTORY_SEPARATOR . 'license.md', $result[0]);
}

/**
Expand Down

0 comments on commit 92af540

Please sign in to comment.