summaryrefslogtreecommitdiff
path: root/tests/unit/Web/UI/WebControls/TLabelTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/UI/WebControls/TLabelTest.php')
-rw-r--r--tests/unit/Web/UI/WebControls/TLabelTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Web/UI/WebControls/TLabelTest.php b/tests/unit/Web/UI/WebControls/TLabelTest.php
index 726137d4..214d497c 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__).'/../../../phpunit2.php';
+require_once dirname(__FILE__).'/../../../phpunit.php';
Prado::using('System.Web.UI.WebControls.TLabel');
Prado::using('System.Web.UI.THtmlWriter');
@@ -7,7 +7,7 @@ Prado::using('System.Web.UI.THtmlWriter');
/**
* @package System.Web.UI.WebControls
*/
-class TLabelTest extends PHPUnit2_Framework_TestCase {
+class TLabelTest extends PHPUnit_Framework_TestCase {
public function testSetText() {
$label = new TLabel();