diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-10-24 23:45:36 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-26 11:42:47 +0100 |
commit | 8a90043a50b3f8cb835bd6b3d2a9f8cc76704e4c (patch) | |
tree | 9318949c6b672ceee9ad04aabe2bcfda9a7a0cd8 /tests/unit | |
parent | f34d86fc59349c9a8e7ecd3f6b571ea89f8d7295 (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(); } |