diff options
Diffstat (limited to 'tests/unit/Web/UI/WebControls/TDropDownListTest.php')
-rw-r--r-- | tests/unit/Web/UI/WebControls/TDropDownListTest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/Web/UI/WebControls/TDropDownListTest.php b/tests/unit/Web/UI/WebControls/TDropDownListTest.php index d27ebb9c..3331aee6 100644 --- a/tests/unit/Web/UI/WebControls/TDropDownListTest.php +++ b/tests/unit/Web/UI/WebControls/TDropDownListTest.php @@ -1,7 +1,9 @@ <?php -Prado::using('System.Web.UI.WebControls.TDropDownList'); +use Prado\Collections\TListItemCollection; +use Prado\Web\UI\WebControls\TDropDownList; + /** * @package System.Web.UI.WebControls |