--TEST-- PhpLabel rule exception should not be thrown for valid inputs --FILE-- check('topic01'); v::phpLabel()->assert('access'); } catch (AllOfException $e) { echo $e->getMainMessage(); } ?> --EXPECTF--