summaryrefslogtreecommitdiff
path: root/tests/unit/Web/UI/WebControls/TDropDownListTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/UI/WebControls/TDropDownListTest.php')
-rw-r--r--tests/unit/Web/UI/WebControls/TDropDownListTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Web/UI/WebControls/TDropDownListTest.php b/tests/unit/Web/UI/WebControls/TDropDownListTest.php
index b93d32cf..3db425b9 100644
--- a/tests/unit/Web/UI/WebControls/TDropDownListTest.php
+++ b/tests/unit/Web/UI/WebControls/TDropDownListTest.php
@@ -1,12 +1,12 @@
<?php
-require_once dirname(__FILE__).'/../../../phpunit2.php';
+require_once dirname(__FILE__).'/../../../phpunit.php';
Prado::using('System.Web.UI.WebControls.TDropDownList');
/**
* @package System.Web.UI.WebControls
*/
-class TDropDownListTest extends PHPUnit2_Framework_TestCase {
+class TDropDownListTest extends PHPUnit_Framework_TestCase {
public function testSetDataSource() {
$list = new TDropDownList();