John Paul E. Balandan, CPA
f355282eaa
Merge pull request #6788 from paulbalandan/preserve-global-state
...
Group `runInSeparateProcess` and `preserveGlobalState`
2022-10-30 21:20:41 +08:00
John Paul E. Balandan, CPA
72412cf77a
Trim whitespace in preserveGlobalState
2022-10-30 18:52:50 +08:00
John Paul E. Balandan, CPA
862f8832d5
Group runInSeparateProcess
and preserveGlobalState
2022-10-30 18:50:07 +08:00
John Paul E. Balandan, CPA
f681d7b850
Fix faker access deprecations
2022-10-30 16:53:54 +08:00
John Paul E. Balandan, CPA
bd34453a97
Remove testing of deprecated methods in CookieStore
2022-10-28 19:28:26 +08:00
John Paul E. Balandan, CPA
64366980ca
Delete SessionsCommandsTest.php
2022-10-27 19:48:28 +08:00
kenjis
76e2dac034
Merge pull request #6737 from kenjis/fix-CodeIgniter-run-returnResponse
...
fix: CodeIgniter::run() doesn't respect $returnResponse
2022-10-27 08:10:34 +09:00
kenjis
e0779d7fb4
Merge pull request #6760 from kenjis/test-add-group-DatabaseLive
...
test: add `@group DatabaseLive`
2022-10-26 16:36:32 +09:00
kenjis
da2eabc8af
Merge pull request #6757 from kenjis/fix-test-php82-Database-GetTest
...
test: fix Creation of dynamic property error in PHP 8.2
2022-10-26 16:35:46 +09:00
John Paul E. Balandan, CPA
9f77ee2612
Merge pull request #6755 from paulbalandan/oracle-image
...
Streamline Oracle docker image
2022-10-26 13:46:05 +08:00
kenjis
dce1ba22d0
test: add @group DatabaseLive
2022-10-26 14:12:52 +09:00
kenjis
05ceae4ea1
test: fix Creation of dynamic property error
...
ErrorException: Creation of dynamic property class@anonymous::$id is deprecated
2022-10-26 09:03:51 +09:00
John Paul E. Balandan, CPA
cf2ce4cf0e
Fix "ORA-01843: not a valid month" error
2022-10-25 19:49:22 +08:00
kenjis
9b2e41493c
test: add test case
2022-10-25 08:02:27 +09:00
Michal Sniatala
35e3664d61
fix: [SQLSRV] _getResult() return object for preparedQuery class ( #6718 )
...
* fix: _getResult() return object for preparedQuery class in sqlsrv
2022-10-23 09:08:16 +02:00
kenjis
ac667628da
test: add tests
2022-10-22 19:31:20 +09:00
kenjis
6d40429969
docs: fix typos
2022-10-22 18:12:01 +09:00
kenjis
a988128db1
test: replace Services::request() with Services::incomingrequest()
...
These tests are for web tests.
2022-10-22 18:11:04 +09:00
Michal Sniatala
9cbf4805e4
fix: [Postgres] reset binds when replace() method is called multiple times in the context ( #6728 )
...
* fix: reset binds when replace() method is called multiple times in the context with Postgre driver
* add a reference to the issue in the test [ci skip]
2022-10-22 09:57:33 +02:00
kenjis
811c4a7306
fix: bug that esc() accepts invalid context '0'
2022-10-20 10:55:18 +09:00
kenjis
553ab0ff0e
Merge pull request #6682 from kenjis/test-remove-request-uri
...
test: remove $request->uri and fix incorrect assertions
2022-10-15 19:51:26 +09:00
MGatner
14e973641d
Merge pull request #6683 from fpoy/FEAT_Test_ResponseTest_setLastModified
2022-10-15 06:49:17 -04:00
kenjis
8a2856bcdc
test: make test case a bit more realistic
2022-10-15 06:54:14 +09:00
kenjis
c08de6083d
Merge pull request #6678 from paulbalandan/no-useless-concat-operator
...
Enable `no_useless_concat_operator`
2022-10-15 06:39:41 +09:00
kenjis
fadc227b4d
Merge pull request #6675 from michalsn/fix/getPostGet
...
fix: getGetPost() and getPostGet() when index is null
2022-10-15 06:38:26 +09:00
Dyno
1624e7377e
Bug: ResponseTest::testSetLastModifiedWithDateTimeObject depends on time
...
Fix #5428
2022-10-14 12:17:45 +02:00
John Paul E. Balandan, CPA
84b538678f
Enable no_useless_concat_operator
2022-10-14 10:00:51 +08:00
kenjis
027e9e68b6
test: fix incorrect config
...
The test is when BaseURL does not have `index.php`, so $config->indexPage
should be empty string.
2022-10-14 09:59:17 +09:00
kenjis
935a529092
test: remove $request->uri and fix incorrect assertions
2022-10-14 09:51:18 +09:00
John Paul E. Balandan, CPA
f0a67617bf
Fix parameter types
2022-10-13 20:53:19 +08:00
John Paul E. Balandan, CPA
616a4cc457
Apply linting fixes
2022-10-13 20:51:17 +08:00
kenjis
825521518d
Merge pull request #6670 from kenjis/refactor-FormatRulesTest
...
refactor: FormatRulesTest and StrictRules\FormatRulesTest
2022-10-13 08:08:14 +09:00
kenjis
d356d3b477
Merge pull request #6669 from kenjis/fix-tests-dynamic-properties
...
test: fix dynamic properties
2022-10-13 08:07:07 +09:00
michalsn
b4c65a1663
fix: getGetPost() and getPostGet() when index is null
2022-10-12 19:57:52 +02:00
kenjis
0aab05601c
Merge pull request #6667 from kenjis/fix-MigrationRunnerTest-dynamic-property
...
test: remove dynamic properties in MigrationRunnerTest
2022-10-12 19:19:35 +09:00
kenjis
5f9ba4ecfc
test: refactor StrictRules/FormatRulesTest
2022-10-12 10:47:09 +09:00
kenjis
16736fd435
test: add missing test data
2022-10-12 10:34:42 +09:00
kenjis
fec7122da5
test: remove dynamic property creation for Model
...
It is not documented, and I don't see it is needed.
2022-10-12 10:03:41 +09:00
kenjis
c3ea0e744d
test: change the order of the code to Arrange, Act, Assert
2022-10-12 09:55:02 +09:00
kenjis
fd95b61045
test: remove dynamic property
2022-10-12 09:54:10 +09:00
kenjis
42842d15f6
test: add missing property
2022-10-12 09:51:32 +09:00
kenjis
c71fd84348
style: break long line
2022-10-12 09:49:01 +09:00
kenjis
e0f562cc12
test: remove dynamic properties
2022-10-11 21:44:43 +09:00
kenjis
7f81451ab1
test: fix dynamic properties
2022-10-11 20:43:55 +09:00
kenjis
9f42e31287
Merge pull request #6644 from kenjis/fix-routes-processing
...
fix: routes registration bug
2022-10-10 06:28:56 +09:00
sclubricants
ad18607f18
Add null $index condition to test
2022-10-07 14:41:42 -07:00
sclubricants
6f7c56fff5
Add test
2022-10-07 14:37:24 -07:00
kenjis
df0fa73621
Merge pull request #6632 from kenjis/fix-test-testSetDateRemembersDateInUTC
...
test: fix ResponseTest::testSetDateRemembersDateInUTC
2022-10-07 20:37:16 +09:00
kenjis
daa1b7c250
fix: incorrect test
...
The second call for add `exampleRoute` would be ignored.
2022-10-07 15:37:39 +09:00
kenjis
cfeb6f1e2e
test: add test cases
2022-10-07 15:03:56 +09:00