.. |
Behavior
|
test: Replace deprecated @expectedException* to $this->expectException*()
|
2023-01-11 22:45:29 +01:00 |
Datasource
|
test: MysqlTest::testTinyintCasting() Use assertEquals for assertions as in other record-retrieval tests.
|
2023-02-19 13:58:40 +01:00 |
Validator
|
test: Replace deprecated @expectedException* to expectWarning*()/expectNotice*()
|
2023-01-11 22:45:29 +01:00 |
AclNodeTest.php
|
test: Add return type declarations to overridden methods of TestCase classes.
|
2023-01-11 22:45:29 +01:00 |
BehaviorCollectionTest.php
|
test: Replace deprecated @expectedException* to $this->expectException*()
|
2023-01-11 22:45:29 +01:00 |
CakeSchemaTest.php
|
test: Replace deprecated assertRegExp() with assertMatchesRegularExpression().
|
2023-01-11 22:45:29 +01:00 |
ConnectionManagerTest.php
|
test: Fix ConnectionManagerTest::testSourceList().
|
2023-01-11 22:45:29 +01:00 |
ModelCrossSchemaHabtmTest.php
|
test: Add return type declarations to overridden methods of TestCase classes.
|
2023-01-11 22:45:29 +01:00 |
ModelDeleteTest.php
|
test: Replace deprecated @expectedException* to $this->expectException*()
|
2023-01-11 22:45:29 +01:00 |
ModelIntegrationTest.php
|
test: Replace deprecated @expectedException* to $this->expectException*()
|
2023-01-11 22:45:29 +01:00 |
ModelReadTest.php
|
test: Replace deprecated @expectedException* to $this->expectException*()
|
2023-01-11 22:45:29 +01:00 |
models.php
|
Merge pull request #10764 from bancer/translate-inner-joins
|
2017-06-26 21:40:42 -04:00 |
ModelTest.php
|
test: Updated TestSuite class for PHPUnit 9.5
|
2023-01-11 22:45:29 +01:00 |
ModelTestBase.php
|
test: Add return type declarations to overridden methods of TestCase classes.
|
2023-01-11 22:45:29 +01:00 |
ModelValidationTest.php
|
test: Replace deprecated @expectedException PHPUnit_Framework_Error
|
2023-01-11 22:45:29 +01:00 |
ModelWriteTest.php
|
test: Add return type declarations to overridden methods of TestCase classes.
|
2023-01-11 22:45:29 +01:00 |