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;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
}
|
||||
BIN
tests/_support/Validation/uploads/phpUxc0ty
Normal file
BIN
tests/_support/Validation/uploads/phpUxc0ty
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Reference in New Issue
Block a user