mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Fix type NO_CI
This commit is contained in:
parent
d03848cc3d
commit
471e1f0099
|
|
@ -113,8 +113,8 @@ class PermissionAbstractTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
$perm = new class() extends PermissionAbstract {};
|
||||
|
||||
$perm->setFrom(3);
|
||||
self::assertEquals(3, $perm->getFrom());
|
||||
$perm->setFrom('3');
|
||||
self::assertEquals('3', $perm->getFrom());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user