We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8513b3 commit 43f3d8dCopy full SHA for 43f3d8d
tests/CPMDBTests/TestSuites/Filter/ModFilteringTests.php
@@ -4,6 +4,7 @@
4
5
namespace CPMDBTests\TestSuites\Indexing;
6
7
+use CPMDB\Mods\Tags\Types\Earring;
8
use CPMDB\Mods\Tags\Types\Earrings;
9
use CPMDB\Mods\Tags\Types\Jewelry;
10
use CPMDB\Mods\Tags\Types\MaleV;
@@ -28,7 +29,7 @@ public function test_filterByMultipleTags() : void
28
29
{
30
$filters = $this->createCollection()
31
->createFilter()
- ->selectTags(array(Earrings::TAG_NAME, MaleV::TAG_NAME));
32
+ ->selectTags(array(Earring::TAG_NAME, MaleV::TAG_NAME));
33
34
$this->assertResultsContainPrimaryID('clothing.salander-earplugs', $filters);
35
}
0 commit comments