diff --git a/tests/library/CM/Paging/Language/EnabledTest.php b/tests/library/CM/Paging/Language/EnabledTest.php new file mode 100644 index 000000000..619ed7706 --- /dev/null +++ b/tests/library/CM/Paging/Language/EnabledTest.php @@ -0,0 +1,20 @@ +assertEquals([$english, $french, $german, $italian], $paging->getItems()); + $this->assertNotContains($svenska, $paging->getItems()); + } +}