John Paul E. Balandan, CPA
|
c3ac0f9483
|
chore: add more trailing commas in more places (#9395)
* Apply to parameters
* Apply to array destructuring
* Apply to match
* Apply for arguments
|
2025-01-13 11:03:02 +08:00 |
|
neznaika0
|
583e7b61da
|
refactor: up performance service()
|
2024-11-09 08:44:46 +03:00 |
|
kenjis
|
798d055404
|
style: remove unneeded x permissions
|
2024-05-28 21:37:32 +09:00 |
|
kenjis
|
cd16750f71
|
chore: add .htaccess and index.html for consistency
|
2024-04-09 11:12:02 +09:00 |
|
kenjis
|
c0a495bb8e
|
test: add return void to sample test code in appstarter
|
2024-03-21 11:53:52 +09:00 |
|
kenjis
|
f1c6367706
|
docs: use codeigniter.com URLs for user gude
|
2024-02-16 10:25:22 +09:00 |
|
kenjis
|
826f163bae
|
docs: update starter/tests/README.md
You can set up test database with .env.
Now we provide only CIUnitTestCase.
|
2024-02-03 17:30:23 +09:00 |
|
kenjis
|
652bed2528
|
test: add @var for PHPStan
|
2022-11-16 18:56:04 +09:00 |
|
kenjis
|
8fe0acad8f
|
docs: update test/README
|
2022-07-18 08:51:15 +09:00 |
|
kenjis
|
d19912336e
|
docs: update command style
|
2022-07-18 08:42:50 +09:00 |
|
kenjis
|
17b5c3f6dc
|
docs: remove spaces at the end of the lines
|
2022-07-18 08:42:12 +09:00 |
|
kenjis
|
63a53ad09f
|
docs: add link to user guide
|
2022-04-28 11:57:25 +09:00 |
|
kenjis
|
53f95167f8
|
docs: update PHPUnit version and doc link
|
2022-04-28 11:52:47 +09:00 |
|
kenjis
|
05801cb1ad
|
docs: add how to run phpunit on Windows
|
2022-04-28 11:52:09 +09:00 |
|
kenjis
|
027381d6fb
|
chore: fix example test code for starter and module
|
2021-12-02 11:27:21 +09:00 |
|
John Paul E. Balandan, CPA
|
cb714b5b0c
|
Change behavior of class_attributes_separation rule
|
2021-10-11 17:03:05 +08:00 |
|
John Paul E. Balandan, CPA
|
f3bf386928
|
Refactor/optimise starter's tests
|
2021-10-04 12:17:27 +08:00 |
|
John Paul E. Balandan, CPA
|
2d11584a0e
|
Strive for stricter assertions
|
2021-06-27 00:49:59 +08:00 |
|
John Paul E. Balandan, CPA
|
d47cd9e172
|
Change visibility of setUp and tearDown to original protected
|
2021-06-25 22:45:31 +08:00 |
|
John Paul E. Balandan, CPA
|
7e4e56c72a
|
Test classes should be marked as final and internal
|
2021-06-25 22:27:37 +08:00 |
|
John Paul E. Balandan, CPA
|
36abf56f5f
|
Merge pull request #4823 from paulbalandan/phpdoc-types
Phpdoc types
|
2021-06-15 21:42:29 +08:00 |
|
John Paul E. Balandan, CPA
|
de234899aa
|
Sort phpdoc types alphabetically
|
2021-06-11 23:46:56 +08:00 |
|
John Paul E. Balandan, CPA
|
7a38ce6980
|
Remove unneeded and aliased phpdocs
|
2021-06-11 23:23:14 +08:00 |
|
John Paul E. Balandan, CPA
|
5333844a19
|
Shift binary alignment to align_single_space_minimal
|
2021-06-10 00:35:54 +08:00 |
|
John Paul E. Balandan, CPA
|
cbfe80d854
|
Separate and group similar phpdocs
|
2021-06-08 12:19:15 +08:00 |
|
John Paul E. Balandan, CPA
|
4129b40cb6
|
Use short forms of param and return types
|
2021-06-08 11:46:56 +08:00 |
|
John Paul E. Balandan, CPA
|
d030096732
|
Enable braces
|
2021-06-08 10:15:25 +08:00 |
|
John Paul E. Balandan, CPA
|
b4f7e4fb61
|
Enable blank_line_after_opening_tag
|
2021-06-07 18:20:50 +08:00 |
|
John Paul E. Balandan, CPA
|
e04d17b390
|
Convert tabs to 4 spaces (#4771)
|
2021-06-04 22:51:52 +08:00 |
|
Instrye
|
72b7b50f04
|
remove CIDatabaseTestCase
|
2021-03-01 11:47:15 +08:00 |
|
kenjis
|
7d7c83c7c5
|
docs: fix comment
|
2021-02-13 10:46:55 +09:00 |
|
kenjis
|
f1c132966c
|
test: add validation for app.baseURL
|
2021-02-12 10:30:07 +09:00 |
|
kenjis
|
fa1679b844
|
test: fix regexp, remove unneeded "'"
|
2021-02-12 10:26:55 +09:00 |
|
kenjis
|
08ac2c8706
|
docs: fix @var
|
2021-01-18 09:49:31 +09:00 |
|
totoprayogo1916
|
3594862cac
|
🎉 new year 2021 🎉
|
2021-01-02 05:16:47 +07:00 |
|
John Paul E. Balandan, CPA
|
e7300770f0
|
Merge pull request #4028 from totoprayogo1916/phpunit-manual
Update PHPUnit version in `tests`.
|
2020-12-25 21:02:51 +08:00 |
|
totoprayogo1916
|
7a65dbddac
|
PHPUnit version in tests docs
|
2020-12-24 21:29:06 +07:00 |
|
Derek
|
0da2f0c21c
|
Fixed the call to the reader baseURL in HealthTest.php.
|
2020-11-07 16:24:59 -07:00 |
|
Instrye
|
9d969db904
|
fix. starter ExampleDatabaseTest
|
2020-03-12 12:30:20 +08:00 |
|
Matt Gatner
|
1cd3d9b851
|
[ci skip] Bugfix admin repos from testing
|
2020-02-23 19:22:16 +00:00 |
|
Matt Gatner
|
dd52756309
|
Remove DotEnv::parse dependence
|
2020-02-23 15:11:43 +00:00 |
|
Matt Gatner
|
87e5d6cd08
|
Add starter health check (baseUrl)
|
2020-02-23 03:13:08 +00:00 |
|
Matt Gatner
|
c1bb4377b4
|
Merge project-tests into admin scaffold
|
2020-02-23 02:07:36 +00:00 |
|
Matt Gatner
|
3c984684bb
|
[ci skip] Bump phpunit version in docs
|
2020-02-22 14:37:22 +00:00 |
|
Matt Gatner
|
da8d18f8d8
|
[ci skip] Add module scaffold
|
2020-02-21 03:44:49 +00:00 |
|
Matt Gatner
|
9bb537661f
|
Update test config in admin repos
|
2020-02-20 21:47:49 +00:00 |
|
Jim Parry
|
fc33039304
|
Housekeeping - prep for beta.2
|
2019-04-03 23:47:05 -07:00 |
|