[Solar-svn] Revision 2787
pmjones at solarphp.com
pmjones at solarphp.com
Mon Sep 24 13:39:43 CDT 2007
auto-updated tests with new method signatures
Modified: branches/orm/tests/Test/Solar/Sql/Model/Catalog.php
===================================================================
--- branches/orm/tests/Test/Solar/Sql/Model/Catalog.php 2007-09-24 16:23:45 UTC (rev 2786)
+++ branches/orm/tests/Test/Solar/Sql/Model/Catalog.php 2007-09-24 18:39:43 UTC (rev 2787)
@@ -126,4 +126,5 @@
+
}
Modified: branches/orm/tests/Test/Solar/Sql/Model/Collection.php
===================================================================
--- branches/orm/tests/Test/Solar/Sql/Model/Collection.php 2007-09-24 16:23:45 UTC (rev 2786)
+++ branches/orm/tests/Test/Solar/Sql/Model/Collection.php 2007-09-24 18:39:43 UTC (rev 2787)
@@ -406,4 +406,35 @@
$this->todo('stub');
}
+
+ /**
+ *
+ * Test --
+ *
+ */
+ public function test_postSave()
+ {
+ $this->todo('stub');
+ }
+
+ /**
+ *
+ * Test --
+ *
+ */
+ public function test_preDelete()
+ {
+ $this->todo('stub');
+ }
+
+ /**
+ *
+ * Test --
+ *
+ */
+ public function test_preSave()
+ {
+ $this->todo('stub');
+ }
+
}
Modified: branches/orm/tests/Test/Solar/Sql/Model/Filter/ValidateConfirm.php
===================================================================
--- branches/orm/tests/Test/Solar/Sql/Model/Filter/ValidateConfirm.php 2007-09-24 16:23:45 UTC (rev 2786)
+++ branches/orm/tests/Test/Solar/Sql/Model/Filter/ValidateConfirm.php 2007-09-24 18:39:43 UTC (rev 2787)
@@ -96,4 +96,5 @@
+
}
Modified: branches/orm/tests/Test/Solar/Sql/Model/Filter/ValidateUnique.php
===================================================================
--- branches/orm/tests/Test/Solar/Sql/Model/Filter/ValidateUnique.php 2007-09-24 16:23:45 UTC (rev 2786)
+++ branches/orm/tests/Test/Solar/Sql/Model/Filter/ValidateUnique.php 2007-09-24 18:39:43 UTC (rev 2787)
@@ -96,4 +96,5 @@
+
}
Modified: branches/orm/tests/Test/Solar/Sql/Model/Filter.php
===================================================================
--- branches/orm/tests/Test/Solar/Sql/Model/Filter.php 2007-09-24 16:23:45 UTC (rev 2786)
+++ branches/orm/tests/Test/Solar/Sql/Model/Filter.php 2007-09-24 18:39:43 UTC (rev 2787)
@@ -266,4 +266,5 @@
+
}
Modified: branches/orm/tests/Test/Solar/Sql/Model/Record.php
===================================================================
--- branches/orm/tests/Test/Solar/Sql/Model/Record.php 2007-09-24 16:23:45 UTC (rev 2786)
+++ branches/orm/tests/Test/Solar/Sql/Model/Record.php 2007-09-24 18:39:43 UTC (rev 2787)
@@ -396,4 +396,26 @@
+
+ /**
+ *
+ * Test -- Filter the data.
+ *
+ */
+ public function testFilter()
+ {
+ $this->todo('stub');
+ }
+
+ /**
+ *
+ * Test --
+ *
+ */
+ public function testForm()
+ {
+ $this->todo('stub');
+ }
+
+
}
Modified: branches/orm/tests/Test/Solar/Sql/Model.php
===================================================================
--- branches/orm/tests/Test/Solar/Sql/Model.php 2007-09-24 16:23:45 UTC (rev 2786)
+++ branches/orm/tests/Test/Solar/Sql/Model.php 2007-09-24 18:39:43 UTC (rev 2787)
@@ -1041,4 +1041,45 @@
$this->todo('stub');
}
+
+ /**
+ *
+ * Test -- Fetches a single value from the model (i.e., the first column of the first record of the returned page set).
+ *
+ */
+ public function testFetchValue()
+ {
+ $this->todo('stub');
+ }
+
+ /**
+ *
+ * Test --
+ *
+ */
+ public function testGetRelatedModel()
+ {
+ $this->todo('stub');
+ }
+
+ /**
+ *
+ * Test -- Serializes data values in-place based on $this->_serialize_cols.
+ *
+ */
+ public function testSerializeCols()
+ {
+ $this->todo('stub');
+ }
+
+ /**
+ *
+ * Test -- Unerializes data values in-place based on $this->_serialize_cols.
+ *
+ */
+ public function testUnserializeCols()
+ {
+ $this->todo('stub');
+ }
+
}
More information about the Solar-svn
mailing list