We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cdfcc commit c65e630Copy full SHA for c65e630
tests/unittests/VerdictServiceTest.php
@@ -124,7 +124,7 @@ public function testIsAllowedToScan_scanOnlyThisAndDoNotScanThisEntries_ShouldAl
124
$this->assertTrue($result);
125
}
126
127
- public function testIsAllowedToScan_scanOnlyThisAndDoNotScanThisEntries_ShouldNotAllowWhenMatchingDoNotScanThis(): void {
+ public function testIsAllowedToScan_overlappingEntries_ShouldNotAllowWhenMatchingDoNotScanThis(): void {
128
$scanOnlyThis = ['eicar.txt', 'eicar2.txt'];
129
$doNotScanThis = ['eicar2.txt'];
130
$appConfig = $this->getAppConfigMock($scanOnlyThis, $doNotScanThis);
0 commit comments