|
@ -5,9 +5,9 @@ |
|
|
* and open the template in the editor. |
|
|
* and open the template in the editor. |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
require_once '/var/www/majesticV/lib/core/form/Form.php'; |
|
|
|
|
|
require_once '/var/www/majesticV/lib/core/form/FormField.php'; |
|
|
|
|
|
require_once '/var/www/majesticV/lib/core/session/Session.php'; |
|
|
|
|
|
|
|
|
require_once dirname(__FILE__) . '/../../form/Form.php'; |
|
|
|
|
|
require_once dirname(__FILE__) . '/../../form/FormField.php'; |
|
|
|
|
|
require_once dirname(__FILE__) . '/../../session/Session.php'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class FormTest extends PHPUnit_Framework_TestCase |
|
|
class FormTest extends PHPUnit_Framework_TestCase |
|
@ -254,8 +254,8 @@ class NotEmptyForm extends Form |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
require_once '/var/www/majesticV/lib/core/validator/RegexValidator.php'; |
|
|
|
|
|
require_once '/var/www/majesticV/lib/core/validator/EmailValidator.php'; |
|
|
|
|
|
|
|
|
require_once dirname(__FILE__) . '/../../validator/RegexValidator.php'; |
|
|
|
|
|
require_once dirname(__FILE__) . '/../../validator/EmailValidator.php'; |
|
|
|
|
|
|
|
|
class DiffForm extends Form |
|
|
class DiffForm extends Form |
|
|
{ |
|
|
{ |
|
|