cakephp2-php8/lib/Cake/Test/Case/Model
imsamurai 2fcb4c3c6c - change check to strict for options of $fieldParameters
- add `types` parameter and strict check if it present in `$fieldParameters` (if it present and not contain column type field parameter will be skipped)
- add `noVal` parameter to `$fieldParameters` if it present and not empty value of this parameter from column will be ignored
- add `unsigned` column type for integer, float and biginteger. If it set to `true` an 'UNSIGNED' will be add in sql column part, if not set or set not to `true` this parameter will be skipped
2013-11-14 01:11:30 +02:00
..
Behavior Update tests for incorrect containable behaviour if a model only finds 1 field. 2013-10-25 15:15:52 +01:00
Datasource - change check to strict for options of $fieldParameters 2013-11-14 01:11:30 +02:00
Validator Fixed unit-test locales 2013-06-11 20:18:40 +02:00
AclNodeTest.php CS fixes using phpcs-fixer auto-correction. 2013-10-12 01:27:00 +02:00
BehaviorCollectionTest.php Replace deprecated methods. 2013-10-08 20:23:57 +02:00
CakeSchemaTest.php Merge pull request #1691 from uzyn/2.5-decimal 2013-10-14 08:36:15 -07:00
ConnectionManagerTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ModelCrossSchemaHabtmTest.php Don't use comp. wrappers anymore. 2013-09-25 20:58:29 +02:00
ModelDeleteTest.php simplify tests 2013-09-19 00:17:21 +02:00
ModelIntegrationTest.php Merge branch 'master' of github.com:k-halaburda/cakephp into k-halaburda-master 2013-10-12 01:03:20 +02:00
ModelReadTest.php Normalized associated models in unbindModel. 2013-10-24 15:28:31 +02:00
models.php Merge branch 'master' of github.com:k-halaburda/cakephp into k-halaburda-master 2013-10-12 01:03:20 +02:00
ModelTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ModelTestBase.php cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
ModelValidationTest.php Merge remote-tracking branch 'origin/2.5' into k-halaburda-master 2013-10-12 01:05:02 +02:00
ModelWriteTest.php Changed url to URL where appropriate 2013-10-07 23:17:58 -04:00