We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea2050 commit 3aece6aCopy full SHA for 3aece6a
test/integration/CreditsUsercaseTest.php renamed to test/integration/CreditsUsecaseTest.php
@@ -15,7 +15,7 @@ public function testThisProject(): void
15
16
$this->assertSame('psr/container', $licenses[0]->getName());
17
$this->assertSame('https://github.com/php-fig/container', $licenses[0]->getUrl());
18
- $this->assertSame('/usr/src/vendor/psr/container/LICENSE', $licenses[0]->getPath());
+ $this->assertMatchesRegularExpression('@/vendor/psr/container/LICENSE$@', $licenses[0]->getPath());
19
$this->assertMatchesRegularExpression('/Copyright \(c\) 2013-2016 container-interop/', $licenses[0]->getContent());
20
$this->assertMatchesRegularExpression('/Copyright \(c\) 2016 PHP Framework Interoperability Group/', $licenses[0]->getContent());
21
}
0 commit comments