mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-14 07:28:41 +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 = new class() extends PermissionAbstract {};
|
||||||
|
|
||||||
$perm->setFrom(3);
|
$perm->setFrom('3');
|
||||||
self::assertEquals(3, $perm->getFrom());
|
self::assertEquals('3', $perm->getFrom());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user