cakephp2-php8/lib/Cake/Test/Case/Model
mark_story 0b6c23d04f Update schema reflection for postgres.
Use the schema reflection query from 3.x to provide access to the serial
column attributes. These attributes give a more reliable way to access
primary key data than comparing the primary key of the model. The old
approach failed when schema was generated and concrete model's were
missing.

Refs #10356
2017-03-26 22:23:41 -04:00
..
Behavior Use options array. 2015-06-01 16:12:45 +02:00
Datasource Fix PHPCS errors. 2016-12-07 00:38:55 -05:00
Validator Adjust bake, docblocks and tests for notBlank. 2015-05-17 22:27:16 +02:00
AclNodeTest.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
BehaviorCollectionTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeSchemaTest.php Update schema reflection for postgres. 2017-03-26 22:23:41 -04:00
ConnectionManagerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelCrossSchemaHabtmTest.php Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
ModelDeleteTest.php Add tests covering basic use of <> in deleteAll() 2016-08-13 22:48:02 -04:00
ModelIntegrationTest.php Added test case 2016-07-10 09:57:24 +01:00
ModelReadTest.php Revise test case based on feedback in #10418 2017-03-15 21:33:19 -04:00
models.php Added test case 2016-07-10 09:57:24 +01:00
ModelTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelTestBase.php Added test cases covering native uuid field usage for Postgres class 2016-01-28 21:13:33 +03:00
ModelValidationTest.php Fix PHPCS errors. 2016-12-07 00:38:55 -05:00
ModelWriteTest.php Fix doc block param types. 2016-04-08 15:12:48 +02:00