mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
More checks on check_class()
This commit is contained in:
@@ -54,6 +54,11 @@
|
||||
$result = check_class(254, "253,254,250,251,0");
|
||||
$this->assertTrue($result);
|
||||
|
||||
$result = check_class('0', "253,254,250,251,0");
|
||||
$this->assertTrue($result);
|
||||
|
||||
$result = check_class(null, "253,254,250,251,0");
|
||||
$this->assertTrue($result);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user