summaryrefslogtreecommitdiff
path: root/tests/unit/Web/TAssetManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/TAssetManagerTest.php')
-rw-r--r--tests/unit/Web/TAssetManagerTest.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/unit/Web/TAssetManagerTest.php b/tests/unit/Web/TAssetManagerTest.php
index 1821f28b..49d42165 100644
--- a/tests/unit/Web/TAssetManagerTest.php
+++ b/tests/unit/Web/TAssetManagerTest.php
@@ -1,31 +1,31 @@
<?php
-require_once dirname(__FILE__).'/../phpunit2.php';
+require_once dirname(__FILE__).'/../phpunit.php';
Prado::using('System.Web.TAssetManager');
/**
* @package System.Web
*/
-class TAssetManagerTest extends PHPUnit2_Framework_TestCase {
+class TAssetManagerTest extends PHPUnit_Framework_TestCase {
public function testInit() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
public function testSetBasePath() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
public function testSetBaseUrl() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
public function testPublishFilePath() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
public function testPublishTarFile() {
- throw new PHPUnit2_Framework_IncompleteTestError();
+ throw new PHPUnit_Framework_IncompleteTestError();
}
}
?> \ No newline at end of file