Skip to content

Commit 2cf38c6

Browse files
datamwebkenjis
andauthored
Update tests/Authorization/AuthorizableTest.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent 1b0e643 commit 2cf38c6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/Authorization/AuthorizableTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,6 @@ public function testCanCascadesToGroupsWithWildcards(): void
303303
*/
304304
public function testCreatedAtIfDefaultLocaleSetFaWithAddGroup(): void
305305
{
306-
// @phpstan-ignore-next-line
307-
if (version_compare(CodeIgniter::CI_VERSION, '4.2.1', '<')) {
308-
$this->markTestSkipped('This test does not work on CI v4.2.0 or before due to a bug.');
309-
}
310-
311306
$currentLocale = Locale::getDefault();
312307
Locale::setDefault('fa');
313308

0 commit comments

Comments
 (0)