diff options
Diffstat (limited to 'tests/unit/Web/UI/WebControls/TLabelTest.php')
-rw-r--r-- | tests/unit/Web/UI/WebControls/TLabelTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Web/UI/WebControls/TLabelTest.php b/tests/unit/Web/UI/WebControls/TLabelTest.php index 214d497c..0e5577d5 100644 --- a/tests/unit/Web/UI/WebControls/TLabelTest.php +++ b/tests/unit/Web/UI/WebControls/TLabelTest.php @@ -1,5 +1,5 @@ <?php -require_once dirname(__FILE__).'/../../../phpunit.php'; + Prado::using('System.Web.UI.WebControls.TLabel'); Prado::using('System.Web.UI.THtmlWriter'); |