diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-10-24 23:45:36 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-10-24 23:45:36 +0200 |
commit | a0ba7a2196cf4379c1772d36aeaf899b2cf47752 (patch) | |
tree | b02f1b8e30f0a79a4479b20b2f6a74fa0c2ccfca /tests/unit | |
parent | 695087b624283799fa9a150fceab0eff97bf9c68 (diff) |
More work on ajax
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/Web/UI/TPageTest.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/unit/Web/UI/TPageTest.php b/tests/unit/Web/UI/TPageTest.php index d6f689e9..a10d9e59 100644 --- a/tests/unit/Web/UI/TPageTest.php +++ b/tests/unit/Web/UI/TPageTest.php @@ -28,14 +28,6 @@ class TPageTest extends PHPUnit_Framework_TestCase { throw new PHPUnit_Framework_IncompleteTestError(); } - public function testRegisterPostDataLoader() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - - public function testGetPostDataLoaders() { - throw new PHPUnit_Framework_IncompleteTestError(); - } - public function testSetAndGetForm() { throw new PHPUnit_Framework_IncompleteTestError(); } |