Skip to content

Commit

Permalink
Add an additional test case
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Nov 24, 2018
1 parent b969a0e commit dccbf01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Mutator/Util/MutatorConfigTest.php
Expand Up @@ -73,6 +73,12 @@ public function providesIgnoredValues(): \Generator
'method',
];

yield 'It ignores all classes in the namespace' => [
['Foo\Test\*'],
'Foo\Test\Baz',
'method',
];

yield 'It ignores a pattern of a class with method' => [
['Foo\*::method'],
'Foo\Bar\Test',
Expand Down

0 comments on commit dccbf01

Please sign in to comment.