diff options
author | ctrlaltca <ctrlaltca@gmail.com> | 2013-11-26 03:01:40 -0800 |
---|---|---|
committer | ctrlaltca <ctrlaltca@gmail.com> | 2013-11-26 03:01:40 -0800 |
commit | a4e4839d9f09d27b6f0cba92fad0231632b3a04d (patch) | |
tree | 2a2f353f2f7b0fd6cde035068a2036ab630f688b /tests/unit/Web/UI/TPageTest.php | |
parent | 2b11341614ac4a15be697fa8acad07055154ac54 (diff) | |
parent | 65adcbec2cc9a00a5b0611e34c7141bf4e6d63f7 (diff) |
Merge pull request #491 from pradosoft/jquery
Main development switch to Jquery
Diffstat (limited to 'tests/unit/Web/UI/TPageTest.php')
-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(); } |