diff options
Diffstat (limited to 'tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php')
-rw-r--r-- | tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php b/tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php index 43ed2c9d..86516d90 100644 --- a/tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php +++ b/tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php @@ -1,7 +1,9 @@ <?php -Prado::using('System.Web.UI.WebControls.TRequiredFieldValidator'); +use Prado\Exceptions\TConfigurationException; +use Prado\Web\UI\WebControls\TRequiredFieldValidator; + /** * @package System.Web.UI.WebControls |