Commit graph

  • 6e3ded60de test: Replace deprecated setExpectedException() Koji Tanaka 2023-01-07 13:10:05 +0900
  • e385a84f80 test: Replace deprecated @expectedException* to $this->expectException*() Koji Tanaka 2022-12-31 13:13:42 +0900
  • d0dec5b489 test: Replace deprecated @expectedException PHPUnit_Framework_Error Koji Tanaka 2022-12-31 09:48:04 +0900
  • 90657c1669 test: Replace deprecated @expectedException* to expectWarning*()/expectNotice*() Koji Tanaka 2022-12-31 09:08:28 +0900
  • 615ed98419 test: Replace assertNotContains() with assertStringNotContainsString() for text assertion. Koji Tanaka 2022-12-30 18:44:36 +0900
  • 74e97c7d6a test: Replace assertContains() with assertStringContainsString() for text assertion. Koji Tanaka 2022-12-30 17:53:58 +0900
  • 4188f9d740 test: Replace deprecated assertNotRegExp() with assertDoesNotMatchRegularExpression(). Koji Tanaka 2022-12-30 17:32:45 +0900
  • 17c0be97ea test: Replace deprecated assertRegExp() with assertMatchesRegularExpression(). Koji Tanaka 2022-12-30 17:28:11 +0900
  • 21aba6fe64 test: Not using CakeHtmlReporter, because it is not compatible with PHPUnit 9. Koji Tanaka 2022-12-31 12:54:25 +0900
  • a3be66122f test: Add App::uses() missing in the test code. Koji Tanaka 2022-12-31 10:56:11 +0900
  • 549c247205 fix: Change assertPattern()/assertNoPattern() to match changes in PHPUnit API Koji Tanaka 2022-12-30 17:14:09 +0900
  • ff26bd943f fix: Change assertTextContains()/assertTextNotContains() to match changes in PHPUnit API Koji Tanaka 2022-12-30 16:51:14 +0900
  • 7d5686b7b5 build: Add exception rule to phpcs to use Type::class in test code. Koji Tanaka 2022-12-31 10:11:23 +0900
  • 80ba431cf0 test: In ConfigureTest::testBootstrap(), set error handler, so add cleanup. Koji Tanaka 2023-01-08 10:33:58 +0900
  • 231041d793 fixed: CakeFixtureManager::_setupTable() is called outside of transaction Koji Tanaka 2022-12-28 18:47:07 +0900
  • e71f3b89a3 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
  • 39165230c7 test: Remove expectError() and expectException() Koji Tanaka 2022-12-28 16:34:22 +0900
  • efaaab2b95 clean: Stop overriding TestCase::run(). Koji Tanaka 2022-12-28 16:24:34 +0900
  • b77423aecb test: Add return type declarations to overridden methods of TestCase classes. Koji Tanaka 2022-12-28 16:03:39 +0900
  • 74f0845ca6 test: Updated TestSuite class for PHPUnit 9.5 Koji Tanaka 2022-12-28 15:46:06 +0900
  • 032772d439 build: Added GitHub Actions workflow to run phpcs. Koji Tanaka 2022-12-29 12:50:41 +0900
  • 1da3eb6894 build: Added GitHub Actions workflow to run all tests. Koji Tanaka 2022-12-29 09:54:51 +0900
  • 95394148ba build: Cut out database.php embedded in .travis.yml Koji Tanaka 2022-12-28 15:29:22 +0900
  • 8cfff85a37 feat: Implement a fixture callback class using the PHPUnit TestListener interface. Koji Tanaka 2022-12-28 15:28:05 +0900
  • c3368a9d70 build: add CakePHP2 tests bootstrap files Koji Tanaka 2022-12-28 15:25:04 +0900
  • e564b980f6 build: add phpunit.xml.dist Koji Tanaka 2022-12-28 15:23:31 +0900
  • b6806f5143 $ composer require --dev phpunit/phpunit:^9.5 Koji Tanaka 2022-12-28 14:54:21 +0900
  • bb4e1905a3
    fix: Checking with get_magic_quotes_gpc() is no longer necessary. Koji Tanaka 2023-01-11 08:20:30 +0900
  • a597f35bea
    test: Skip test PaginatorHelperTest::testNumbers() Koji Tanaka 2023-01-08 20:59:32 +0900
  • 99cb423759
    test: Skip a part of test for Mysql Koji Tanaka 2023-01-08 20:00:27 +0900
  • 89fc8c9640
    test: Skip some tests for cache feature Koji Tanaka 2023-01-08 19:34:46 +0900
  • 7315ffe326
    test: In PHP 8.0+ DebuggerTest::testOutput() marked as incomplete. Koji Tanaka 2023-01-07 19:42:13 +0900
  • c64f3d550b
    fix: Fixed error generation in MootoolsEngineHelper::drop() Koji Tanaka 2023-01-08 19:03:36 +0900
  • 233b9a56d7
    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
  • 79cdd548ff
    test: Change the test to match the behavior of the MailTransport class. Koji Tanaka 2023-01-08 21:07:50 +0900
  • 5c8e79837e
    test: Fixed FileTest::testPermission() Koji Tanaka 2023-01-08 20:46:21 +0900
  • d35d4fcabb
    test: Fixed CakeNumberTest::testCurrencyFractionSymbol() Koji Tanaka 2023-01-08 20:16:30 +0900
  • c3e89c56e0
    test: Fixed DebuggerTest Koji Tanaka 2023-01-08 20:07:43 +0900
  • d6fc1f73dd
    test: Update DebuggerTest for PHP 8.0+ Koji Tanaka 2023-01-07 23:33:45 +0900
  • 67b25c2bed
    test: Fix ConnectionManagerTest::testSourceList(). Koji Tanaka 2023-01-07 22:28:21 +0900
  • 24e727c07c
    test: Improved MemcachedEngineTest/MemcacheEngineTest. Koji Tanaka 2023-01-07 21:18:43 +0900
  • 1567742bc9
    test: Fix CakeEmailTest::testResetWithCharset() Koji Tanaka 2023-01-07 21:12:58 +0900
  • 5ec908a88d
    test: Change TLS version used in testEnableCryptoTlsV11(). Koji Tanaka 2023-01-07 20:58:02 +0900
  • d65df590f8
    test: Fix error "Error : Unknown named parameter $some" in CakeEventManagerTest Koji Tanaka 2023-01-07 20:52:28 +0900
  • 7ec4e6fefe
    test: Fix for MysqlTest, a new test error in PHP 8.0 Koji Tanaka 2023-01-07 20:38:18 +0900
  • a2bef3ba35
    test: Fix assertion of SecurityComponentTest::testCsrfNonceVacuum() Koji Tanaka 2023-01-07 20:03:00 +0900
  • 8198ffed78
    test: Replace deprecated assertion methods that access non-public properties with methods that use reflection. Koji Tanaka 2023-01-07 20:25:24 +0900
  • c140d310e2
    test: Replace deprecated assertInternalType() Koji Tanaka 2023-01-07 16:06:55 +0900
  • c30280e8d0
    test: Attempting to read an undefined variable causes a Warning error (PHP 8.0+) Koji Tanaka 2023-01-07 15:54:44 +0900
  • 487bfbec9a
    test: Allow ErrorHandlerTest to run even if CakeLog configs (stdout and stderr) are not configured. Koji Tanaka 2023-01-07 15:35:03 +0900
  • 675a838672
    test: Replace deprecated attributeEqualTo() Koji Tanaka 2023-01-07 14:30:06 +0900
  • 7a6fbe9831
    test: phpunit command does not use TestShell, HtmlCoverageReport. So skip test. Koji Tanaka 2023-01-07 12:19:03 +0900
  • 39dbc64b82
    test: Replace PHPUnit's class name in tests Koji Tanaka 2023-01-07 11:13:47 +0900
  • 74cc9ea70c
    test: Replace deprecated setExpectedException() Koji Tanaka 2023-01-07 13:10:05 +0900
  • 7731a85e99
    test: Replace deprecated @expectedException* to $this->expectException*() Koji Tanaka 2022-12-31 13:13:42 +0900
  • 8e79d4c2ea
    test: Replace deprecated @expectedException PHPUnit_Framework_Error Koji Tanaka 2022-12-31 09:48:04 +0900
  • 767dde9e66
    test: Replace deprecated @expectedException* to expectWarning*()/expectNotice*() Koji Tanaka 2022-12-31 09:08:28 +0900
  • 2db3354a6c
    test: Replace assertNotContains() with assertStringNotContainsString() for text assertion. Koji Tanaka 2022-12-30 18:44:36 +0900
  • 7fe229d404
    test: Replace assertContains() with assertStringContainsString() for text assertion. Koji Tanaka 2022-12-30 17:53:58 +0900
  • 940c4730e9
    test: Replace deprecated assertNotRegExp() with assertDoesNotMatchRegularExpression(). Koji Tanaka 2022-12-30 17:32:45 +0900
  • eefdebbf1f
    test: Replace deprecated assertRegExp() with assertMatchesRegularExpression(). Koji Tanaka 2022-12-30 17:28:11 +0900
  • 2eb1d5b4d5
    test: Not using CakeHtmlReporter, because it is not compatible with PHPUnit 9. Koji Tanaka 2022-12-31 12:54:25 +0900
  • bd5564adf5
    test: Add App::uses() missing in the test code. Koji Tanaka 2022-12-31 10:56:11 +0900
  • 9103668699
    fix: Change assertPattern()/assertNoPattern() to match changes in PHPUnit API Koji Tanaka 2022-12-30 17:14:09 +0900
  • e27f7afc94
    fix: Change assertTextContains()/assertTextNotContains() to match changes in PHPUnit API Koji Tanaka 2022-12-30 16:51:14 +0900
  • 5a87e509da
    build: Add exception rule to phpcs to use Type::class in test code. Koji Tanaka 2022-12-31 10:11:23 +0900
  • 3589484fdd
    test: In ConfigureTest::testBootstrap(), set error handler, so add cleanup. Koji Tanaka 2023-01-08 10:33:58 +0900
  • ad45355f96
    fixed: CakeFixtureManager::_setupTable() is called outside of transaction Koji Tanaka 2022-12-28 18:47:07 +0900
  • 5294d12a11
    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
  • 359e8b5c8e
    test: Remove expectError() and expectException() Koji Tanaka 2022-12-28 16:34:22 +0900
  • 45bfb2b031
    clean: Stop overriding TestCase::run(). Koji Tanaka 2022-12-28 16:24:34 +0900
  • 71165fe071
    test: Add return type declarations to overridden methods of TestCase classes. Koji Tanaka 2022-12-28 16:03:39 +0900
  • 09c708010f
    test: Updated TestSuite class for PHPUnit 9.5 Koji Tanaka 2022-12-28 15:46:06 +0900
  • dbf13fc7c0
    build: Added GitHub Actions workflow to run phpcs. Koji Tanaka 2022-12-29 12:50:41 +0900
  • 43f8c5b964
    build: Added GitHub Actions workflow to run all tests. Koji Tanaka 2022-12-29 09:54:51 +0900
  • e6a0887785
    build: Cut out database.php embedded in .travis.yml Koji Tanaka 2022-12-28 15:29:22 +0900
  • 8f60e04ff7
    feat: Implement a fixture callback class using the PHPUnit TestListener interface. Koji Tanaka 2022-12-28 15:28:05 +0900
  • 9fc61608d7
    build: add CakePHP2 tests bootstrap files Koji Tanaka 2022-12-28 15:25:04 +0900
  • ddd4ba290f
    build: add phpunit.xml.dist Koji Tanaka 2022-12-28 15:23:31 +0900
  • 9cf1de7848
    $ composer require --dev phpunit/phpunit:^9.5 Koji Tanaka 2022-12-28 14:54:21 +0900
  • 9e0fd38f37 Changelog. Kamil Wylegala 2022-10-20 22:36:21 +0200
  • dbb77bf125 Fix wrong line ending in email header when using MailTransport. chrip 2022-10-12 10:02:11 +0200
  • 07b01bea9e Fix wrong line ending in email header when using MailTransport. chrip 2022-10-12 10:02:11 +0200
  • b99b71e7cc Change log update. Kamil Wylegala 2022-10-08 12:07:15 +0200
  • a139699e7e Include new "full_path" field in security hash as of PHP 8.1 Markus Bauer 2022-10-07 15:17:21 +0200
  • 99dd40edf9 Include new "full_path" field in security hash as of PHP 8.1 Markus Bauer 2022-10-07 15:17:21 +0200
  • ef8fee29b2
    Fix schema migration that creates multiple UNIQUE indexes at once (#18) Markus Bauer 2022-09-27 21:41:08 +0200
  • 505ce60d0a Add to changelog Markus Bauer 2022-09-27 11:40:27 +0200
  • 3c9a29341d Fix schema migration that creates multiple UNIQUE indexes at once Markus Bauer 2022-09-22 17:13:58 +0200
  • 13be9fa681 Merge remote-tracking branch 'icon/master' into master-2 Marco Beinbrech 2022-05-06 15:04:32 +0200
  • 71d516292b Test suite now passes in our VM Gareth Ellis 2020-12-16 16:24:33 +0100
  • d4b2af1baf Bumps PHP version requirement to 7.3 or 7.4 or 8.0 Gareth Ellis 2020-12-14 11:16:11 +0100
  • c8c770553d changes package name Marco Beinbrech 2022-05-06 14:41:28 +0200
  • 19fea6e0aa Fixed passing arguments to invokeArgs when resolving controller's action. Kamil Wylegala 2022-03-08 19:55:03 +0100
  • 56c7d55dd3 Update README Albert Peschar 2022-03-03 10:49:49 +0200
  • cd03d2d7ea Remove String class Albert Peschar 2022-03-03 10:27:13 +0200
  • a38d681269 Update README.md Albert Peschar 2022-03-02 15:58:19 +0200
  • 675759bf44 Handle error suppression in ConsoleErrorHandler Albert Peschar 2022-03-02 15:57:10 +0200
  • a5a0ccd551 Fixed passing arguments to invokeArgs when resolving controller's action. Kamil Wylegala 2022-03-08 19:55:03 +0100
  • ea13b9f3d1
    Merge pull request #14 from apeschar/rm-string Kamil Wylegala 2022-03-03 10:10:39 +0100