cakephp2-php8/lib/Cake/Test/Case/Model
Koji Tanaka 747f9e3d13 test: Fixed improved return value of mocked PDO class exec() method.
Return value of PDO::exec() is the number of rows affected,
which is 0 for any of these method calls.
2023-02-19 13:58:40 +01:00
..
Behavior test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
Datasource test: Fixed improved return value of mocked PDO class exec() method. 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