Commit graph

  • 49f8ca33dd
    test: Fixed improved return value of mocked PDO class exec() method. Koji Tanaka 2023-02-16 00:36:53 +0900
  • aa8791b66a
    test: Separate FormHelperTest::testSecuredFileInput() by PHP Version. Koji Tanaka 2023-02-09 23:59:44 +0900
  • a2a707c89b
    test: Skip DebuggerTest::testExportVarRecursion() in PHP 8.1+. Koji Tanaka 2023-02-09 23:45:06 +0900
  • ce3e0c35e5
    Update README.md Kamil Wylegala 2023-02-11 13:59:58 +0100
  • 0489533600 test: Fixed expected value when float value is specified in DboSource::value() argument. Koji Tanaka 2023-02-05 18:19:49 +0900
  • ddd53dd874 test: Fixed PostgresTest::testAlterSchema() Koji Tanaka 2023-02-05 17:33:37 +0900
  • ca2c909ac9 test: Restore if LC_NUMERIC is changed during testing. Koji Tanaka 2023-02-05 16:16:00 +0900
  • 6d3f2e49bc
    test: Fixed expected value when float value is specified in DboSource::value() argument. Koji Tanaka 2023-02-05 18:19:49 +0900
  • cad939140b
    test: Fixed PostgresTest::testAlterSchema() Koji Tanaka 2023-02-05 17:33:37 +0900
  • 8ed034abd8
    test: Restore if LC_NUMERIC is changed during testing. Koji Tanaka 2023-02-05 16:16:00 +0900
  • 0ec6365f9d Update .gitignore Kenshin Okinaka 2023-02-03 17:39:26 +0900
  • 732ed00c63 Delete compser.lock Kenshin Okinaka 2023-02-03 10:31:51 +0900
  • d4f97a6fe5
    Update .gitignore Kenshin Okinaka 2023-02-03 17:39:26 +0900
  • 0b94ca65b5
    Delete compser.lock Kenshin Okinaka 2023-02-03 10:31:51 +0900
  • 996066bae5 Changelog update. Kamil Wylegala 2023-01-30 21:30:31 +0100
  • 1d1750ae8c fix: PaginatorHelper::numbers() generates extra separator string in PHP 8.0+. Koji Tanaka 2023-01-29 22:48:42 +0900
  • 89480f82c6
    fix: PaginatorHelper::numbers() generates extra separator string in PHP 8.0+. Koji Tanaka 2023-01-29 22:48:42 +0900
  • 3d32e313c0 Changelog Kamil Wylegala 2023-01-22 14:26:38 +0100
  • 3acfb1da49 fix: Relative time may not be cached if specified in CacheHelper duration Koji Tanaka 2023-01-15 12:44:44 +0900
  • 49a4f5557a
    fix: Relative time may not be cached if specified in CacheHelper duration Koji Tanaka 2023-01-15 12:44:44 +0900
  • 1409ea3dda Changelog update. Kamil Wylegala 2023-01-11 22:47:25 +0100
  • 94f73e75e6 fix: Checking with get_magic_quotes_gpc() is no longer necessary. Koji Tanaka 2023-01-11 08:20:30 +0900
  • 85452fd81c test: Skip test PaginatorHelperTest::testNumbers() Koji Tanaka 2023-01-08 20:59:32 +0900
  • 3721b5bec2 test: Skip a part of test for Mysql Koji Tanaka 2023-01-08 20:00:27 +0900
  • d21c18e079 test: Skip some tests for cache feature Koji Tanaka 2023-01-08 19:34:46 +0900
  • f369064c7d test: In PHP 8.0+ DebuggerTest::testOutput() marked as incomplete. Koji Tanaka 2023-01-07 19:42:13 +0900
  • 7baab67d65 fix: Fixed error generation in MootoolsEngineHelper::drop() Koji Tanaka 2023-01-08 19:03:36 +0900
  • fb5e694ef7 fix: The get_magic_quotes_gpc function was removed in PHP 8.0, so check before calling it. Koji Tanaka 2023-01-07 21:48:33 +0900
  • cbf4682ad5 test: Change the test to match the behavior of the MailTransport class. Koji Tanaka 2023-01-08 21:07:50 +0900
  • 5ab5310120 test: Fixed FileTest::testPermission() Koji Tanaka 2023-01-08 20:46:21 +0900
  • fd5f39df07 test: Fixed CakeNumberTest::testCurrencyFractionSymbol() Koji Tanaka 2023-01-08 20:16:30 +0900
  • c82693b920 test: Fixed DebuggerTest Koji Tanaka 2023-01-08 20:07:43 +0900
  • d47407353b test: Update DebuggerTest for PHP 8.0+ Koji Tanaka 2023-01-07 23:33:45 +0900
  • 1d6fd78d45 test: Fix ConnectionManagerTest::testSourceList(). Koji Tanaka 2023-01-07 22:28:21 +0900
  • bab8a84436 test: Improved MemcachedEngineTest/MemcacheEngineTest. Koji Tanaka 2023-01-07 21:18:43 +0900
  • d7d7230929 test: Fix CakeEmailTest::testResetWithCharset() Koji Tanaka 2023-01-07 21:12:58 +0900
  • 7c55817dbc test: Change TLS version used in testEnableCryptoTlsV11(). Koji Tanaka 2023-01-07 20:58:02 +0900
  • d69a09b972 test: Fix error "Error : Unknown named parameter $some" in CakeEventManagerTest Koji Tanaka 2023-01-07 20:52:28 +0900
  • e0101949e4 test: Fix for MysqlTest, a new test error in PHP 8.0 Koji Tanaka 2023-01-07 20:38:18 +0900
  • 40d5f32516 test: Fix assertion of SecurityComponentTest::testCsrfNonceVacuum() Koji Tanaka 2023-01-07 20:03:00 +0900
  • 7e4adb37e5 test: Replace deprecated assertion methods that access non-public properties with methods that use reflection. Koji Tanaka 2023-01-07 20:25:24 +0900
  • b5e7d582d9 test: Replace deprecated assertInternalType() Koji Tanaka 2023-01-07 16:06:55 +0900
  • a5f6b6c8ee test: Attempting to read an undefined variable causes a Warning error (PHP 8.0+) Koji Tanaka 2023-01-07 15:54:44 +0900
  • 76d1673958 test: Allow ErrorHandlerTest to run even if CakeLog configs (stdout and stderr) are not configured. Koji Tanaka 2023-01-07 15:35:03 +0900
  • b46b6c758f test: Replace deprecated attributeEqualTo() Koji Tanaka 2023-01-07 14:30:06 +0900
  • b1138db8f4 test: phpunit command does not use TestShell, HtmlCoverageReport. So skip test. Koji Tanaka 2023-01-07 12:19:03 +0900
  • 2a7c06e16f test: Replace PHPUnit's class name in tests Koji Tanaka 2023-01-07 11:13:47 +0900
  • 75437a4a85 test: Replace deprecated setExpectedException() Koji Tanaka 2023-01-07 13:10:05 +0900
  • b1417587ad test: Replace deprecated @expectedException* to $this->expectException*() Koji Tanaka 2022-12-31 13:13:42 +0900
  • fe34a8551c test: Replace deprecated @expectedException PHPUnit_Framework_Error Koji Tanaka 2022-12-31 09:48:04 +0900
  • c04692f76c test: Replace deprecated @expectedException* to expectWarning*()/expectNotice*() Koji Tanaka 2022-12-31 09:08:28 +0900
  • eaefdbb977 test: Replace assertNotContains() with assertStringNotContainsString() for text assertion. Koji Tanaka 2022-12-30 18:44:36 +0900
  • dfc1c56625 test: Replace assertContains() with assertStringContainsString() for text assertion. Koji Tanaka 2022-12-30 17:53:58 +0900
  • 6529d5a308 test: Replace deprecated assertNotRegExp() with assertDoesNotMatchRegularExpression(). Koji Tanaka 2022-12-30 17:32:45 +0900
  • 883ce8041e test: Replace deprecated assertRegExp() with assertMatchesRegularExpression(). Koji Tanaka 2022-12-30 17:28:11 +0900
  • c194e9b63e test: Not using CakeHtmlReporter, because it is not compatible with PHPUnit 9. Koji Tanaka 2022-12-31 12:54:25 +0900
  • 927b57fa14 test: Add App::uses() missing in the test code. Koji Tanaka 2022-12-31 10:56:11 +0900
  • e99ea6021c fix: Change assertPattern()/assertNoPattern() to match changes in PHPUnit API Koji Tanaka 2022-12-30 17:14:09 +0900
  • 0a05486693 fix: Change assertTextContains()/assertTextNotContains() to match changes in PHPUnit API Koji Tanaka 2022-12-30 16:51:14 +0900
  • e8453a04d4 build: Add exception rule to phpcs to use Type::class in test code. Koji Tanaka 2022-12-31 10:11:23 +0900
  • 831bfe9315 test: In ConfigureTest::testBootstrap(), set error handler, so add cleanup. Koji Tanaka 2023-01-08 10:33:58 +0900
  • 5ae08a4dba fixed: CakeFixtureManager::_setupTable() is called outside of transaction Koji Tanaka 2022-12-28 18:47:07 +0900
  • b1229c9107 test: Removed pre-checking of tests that were skipped in the PHPUnit version since the minimum version is now 9.5. Koji Tanaka 2022-12-28 18:46:38 +0900
  • a1ed2f91b3 test: Remove expectError() and expectException() Koji Tanaka 2022-12-28 16:34:22 +0900
  • a95654de88 clean: Stop overriding TestCase::run(). Koji Tanaka 2022-12-28 16:24:34 +0900
  • 75716f76bc test: Add return type declarations to overridden methods of TestCase classes. Koji Tanaka 2022-12-28 16:03:39 +0900
  • 0692ce5b62 test: Updated TestSuite class for PHPUnit 9.5 Koji Tanaka 2022-12-28 15:46:06 +0900
  • aac44b074b build: Added GitHub Actions workflow to run phpcs. Koji Tanaka 2022-12-29 12:50:41 +0900
  • 30826e5902 build: Added GitHub Actions workflow to run all tests. Koji Tanaka 2022-12-29 09:54:51 +0900
  • fe26fedbbc build: Cut out database.php embedded in .travis.yml Koji Tanaka 2022-12-28 15:29:22 +0900
  • bd633c023a feat: Implement a fixture callback class using the PHPUnit TestListener interface. Koji Tanaka 2022-12-28 15:28:05 +0900
  • 72079a54e6 build: add CakePHP2 tests bootstrap files Koji Tanaka 2022-12-28 15:25:04 +0900
  • 5f504f1cff build: add phpunit.xml.dist Koji Tanaka 2022-12-28 15:23:31 +0900
  • c377681424 $ composer require --dev phpunit/phpunit:^9.5 Koji Tanaka 2022-12-28 14:54:21 +0900
  • 843ec9f787 fix: Checking with get_magic_quotes_gpc() is no longer necessary. Koji Tanaka 2023-01-11 08:20:30 +0900
  • 87026dc65a test: Skip test PaginatorHelperTest::testNumbers() Koji Tanaka 2023-01-08 20:59:32 +0900
  • deea6f8f48 test: Skip a part of test for Mysql Koji Tanaka 2023-01-08 20:00:27 +0900
  • 6f3e425530 test: Skip some tests for cache feature Koji Tanaka 2023-01-08 19:34:46 +0900
  • 3f996cee40 test: In PHP 8.0+ DebuggerTest::testOutput() marked as incomplete. Koji Tanaka 2023-01-07 19:42:13 +0900
  • 5ad3e0698e fix: Fixed error generation in MootoolsEngineHelper::drop() Koji Tanaka 2023-01-08 19:03:36 +0900
  • fd64cd6dc9 fix: The get_magic_quotes_gpc function was removed in PHP 8.0, so check before calling it. Koji Tanaka 2023-01-07 21:48:33 +0900
  • 543e087b3b test: Change the test to match the behavior of the MailTransport class. Koji Tanaka 2023-01-08 21:07:50 +0900
  • 760767e9a1 test: Fixed FileTest::testPermission() Koji Tanaka 2023-01-08 20:46:21 +0900
  • 947ba848e0 test: Fixed CakeNumberTest::testCurrencyFractionSymbol() Koji Tanaka 2023-01-08 20:16:30 +0900
  • 66b6a68980 test: Fixed DebuggerTest Koji Tanaka 2023-01-08 20:07:43 +0900
  • 7b98041429 test: Update DebuggerTest for PHP 8.0+ Koji Tanaka 2023-01-07 23:33:45 +0900
  • 0f60cc851d test: Fix ConnectionManagerTest::testSourceList(). Koji Tanaka 2023-01-07 22:28:21 +0900
  • c77528d082 test: Improved MemcachedEngineTest/MemcacheEngineTest. Koji Tanaka 2023-01-07 21:18:43 +0900
  • 78ac8537b1 test: Fix CakeEmailTest::testResetWithCharset() Koji Tanaka 2023-01-07 21:12:58 +0900
  • 10bc314c7f test: Change TLS version used in testEnableCryptoTlsV11(). Koji Tanaka 2023-01-07 20:58:02 +0900
  • 83ca216dd2 test: Fix error "Error : Unknown named parameter $some" in CakeEventManagerTest Koji Tanaka 2023-01-07 20:52:28 +0900
  • c7be217635 test: Fix for MysqlTest, a new test error in PHP 8.0 Koji Tanaka 2023-01-07 20:38:18 +0900
  • 29d10adca0 test: Fix assertion of SecurityComponentTest::testCsrfNonceVacuum() Koji Tanaka 2023-01-07 20:03:00 +0900
  • 0cea4631aa test: Replace deprecated assertion methods that access non-public properties with methods that use reflection. Koji Tanaka 2023-01-07 20:25:24 +0900
  • 36ed51f2d2 test: Replace deprecated assertInternalType() Koji Tanaka 2023-01-07 16:06:55 +0900
  • 9182cf6503 test: Attempting to read an undefined variable causes a Warning error (PHP 8.0+) Koji Tanaka 2023-01-07 15:54:44 +0900
  • aa729d98d4 test: Allow ErrorHandlerTest to run even if CakeLog configs (stdout and stderr) are not configured. Koji Tanaka 2023-01-07 15:35:03 +0900
  • 65e0f18cd3 test: Replace deprecated attributeEqualTo() Koji Tanaka 2023-01-07 14:30:06 +0900
  • 9b03953359 test: phpunit command does not use TestShell, HtmlCoverageReport. So skip test. Koji Tanaka 2023-01-07 12:19:03 +0900
  • 0a255815f2 test: Replace PHPUnit's class name in tests Koji Tanaka 2023-01-07 11:13:47 +0900