3592 Commits

Author SHA1 Message Date
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
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
kenjis
8ac5198bcf
test: fix incorrect test 2022-10-07 14:56:14 +09:00
kenjis
255fbe5ca6
fix: bug in route registration
$routes and $routesOptions are not the same structure.
$routesOptions don't have route names.
If there are two routes having the same `from` but not the same name,
the route and the option were not connected correctly.
2022-10-07 14:53:36 +09:00
John Paul E. Balandan, CPA
a5de551702
Merge pull request #6625 from paulbalandan/dotenv-export
Fix DotEnv class turning `export` to empty string
2022-10-07 09:34:21 +08:00
kenjis
592ad34b96
fix: add ! to createFromFormat()
Co-authored-by: MGatner <mgatner@icloud.com>
2022-10-07 07:31:20 +09:00
kenjis
bf6e17e925
fix: add ! to createFromFormat()
Co-authored-by: MGatner <mgatner@icloud.com>
2022-10-07 07:31:11 +09:00
kenjis
15fa3f1399
Merge pull request #6614 from kenjis/fix-redis-session-php81
fix: default values for Session Redis Handler
2022-10-06 09:17:34 +09:00
kenjis
05b7a303d2
test: fix tests that depends on time
See https://github.com/codeigniter4/CodeIgniter4/issues/5486
2022-10-06 09:12:34 +09:00
kenjis
07eadd2331
test: use @requires 2022-10-05 11:46:31 +09:00
kenjis
7d45205ddb
test: add tests for savePath timeout 2022-10-05 11:46:31 +09:00
kenjis
c9e20428a7
test: add RedisHandlerTest 2022-10-05 11:46:29 +09:00
kenjis
0591cc1082
test: remove uneeded code 2022-10-05 09:01:24 +09:00
kenjis
0d002ebd88
Merge pull request #6624 from ddevsr/language-valid-json
fix: missing `valid_json` in Validation Language
2022-10-05 07:58:06 +09:00
kenjis
16e2920441
Merge pull request #6619 from kenjis/refactor-remove-request-uri
test:  remove $request->uri
2022-10-05 07:52:37 +09:00
John Paul E. Balandan, CPA
eabdcbde03
Add test with spacing in =
Co-authored-by: MGatner <mgatner@icloud.com>
2022-10-04 18:56:46 +08:00
John Paul E. Balandan, CPA
b9ea8f7030
Fix DotEnv class turning export to empty string 2022-10-04 17:44:45 +08:00
ddevsr
8ebc0004ef
tests: add test bundle to languageTest 2022-10-04 14:59:48 +07:00
MGatner
61fcc81e06
Merge pull request #6618 from ytetsuro/fix/is-valid-valid-url-rule-when-has-newline 2022-10-03 06:00:28 -04:00
kenjis
1dad2a9caa
test: remove @param mixed 2022-10-03 13:37:05 +09:00
kenjis
fb8be3e58e
test: refactor method 2022-10-03 13:25:54 +09:00
kenjis
200cd8d1e9
test: extract method 2022-10-03 13:20:31 +09:00
kenjis
8567b70862
test: extract method 2022-10-03 13:15:00 +09:00
kenjis
5a5a1be4d6
test: remove $request->uri 2022-10-03 12:22:30 +09:00
kenjis
85df3ceca8
test: remove $request->uri 2022-10-03 12:22:29 +09:00
kenjis
1e3c8ee000
test: remove $request->uri 2022-10-03 12:22:09 +09:00
kenjis
c42b1bfc26
test: fix incorrect assertions 2022-10-03 12:21:33 +09:00
kenjis
9dd7e25b15
test: extract method 2022-10-03 11:31:08 +09:00
kenjis
c08fa4169b
test: remove $request->uri 2022-10-03 11:31:08 +09:00
kenjis
1de91734be
Merge pull request #6588 from kenjis/fix-model-cleanValidationRules
fix: `$cleanValidationRules` does not work in Model updates
2022-10-03 09:27:38 +09:00