summaryrefslogtreecommitdiff
path: root/tests/unit/Web/UI/TPageStatePersisterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/UI/TPageStatePersisterTest.php')
-rw-r--r--tests/unit/Web/UI/TPageStatePersisterTest.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/unit/Web/UI/TPageStatePersisterTest.php b/tests/unit/Web/UI/TPageStatePersisterTest.php
new file mode 100644
index 00000000..02a2df2b
--- /dev/null
+++ b/tests/unit/Web/UI/TPageStatePersisterTest.php
@@ -0,0 +1,24 @@
+<?php
+require_once dirname(__FILE__).'/../../phpunit.php';
+
+Prado::using('System.Web.UI.TPageStatePersister');
+
+/**
+ * @package System.Web.UI
+ */
+class TPageStatePersisterTest extends PHPUnit_Framework_TestCase {
+
+ public function testSetAndGetPage() {
+ throw new PHPUnit_Framework_IncompleteTestError();
+ }
+
+ public function testSave() {
+ throw new PHPUnit_Framework_IncompleteTestError();
+ }
+
+ public function testLoad() {
+ throw new PHPUnit_Framework_IncompleteTestError();
+ }
+
+}
+?> \ No newline at end of file