First Local Commit - After Clean up.
Signed-off-by: Rick Hays <rhays@haysgang.com>
This commit is contained in:
14
tests/_support/Validation/TestRules.php
Normal file
14
tests/_support/Validation/TestRules.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php namespace Tests\Support\Validation;
|
||||
|
||||
class TestRules {
|
||||
|
||||
public function customError(string $str, string &$error = null)
|
||||
{
|
||||
$error = 'My lovely error';
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user