Skip to content

Releases: vierge-noire/cakephp-test-suite-light

Dirty table collector is per default permanent for performance reasons

03 Feb 21:49
a742d62
Compare
Choose a tag to compare

Configuration file test_suite_light is not supported anymore

03 Feb 14:15
80840d0
Compare
Choose a tag to compare
Next release on main (#13)

* #7 Removes the CakePHP fixture init (#8)

Co-authored-by: Juan Pablo Ramirez <>

* #7 Removes the loadConfig (#12)

Co-authored-by: Juan Pablo Ramirez <>

Co-authored-by: Juan Pablo Ramirez <>

Dirty table collector is per default permanent for performance reasons

03 Feb 21:49
ba9ca18
Compare
Choose a tag to compare
#14 cake3 make perm mode default (#15) (#17)

* #7 Removes the CakePHP fixture init (#9) (#11)

Co-authored-by: Juan Pablo Ramirez <>

* #14 Makes the dirty table collector permanent per default

* #14 Test fix

Co-authored-by: Juan Pablo Ramirez <>

Configuration file test_suite_light is not supported anymore

03 Feb 14:15
Compare
Choose a tag to compare
Merge branch 'cake3-next' into cake3

# Conflicts:
#	src/FixtureManager.php

Fix connection issue with CakePHP Fixtures

02 Feb 15:28
03e4885
Compare
Choose a tag to compare
#7 Removes the CakePHP fixture init (#8) (#10)

Co-authored-by: Juan Pablo Ramirez <>

Fix connection issue with CakePHP Fixtures

02 Feb 15:29
5e58fa1
Compare
Choose a tag to compare
#7 Removes the CakePHP fixture init (#9) (#11)

Co-authored-by: Juan Pablo Ramirez <>

Statistic tool

20 Oct 15:51
Compare
Choose a tag to compare

The suite now comes with a statistic tool. This will store the execution time, the test name, the number and the list of the dirty tables for each test.

The statistics will be store after each suite in tmp/test_suite_light/test_suite_statistics.csv.

With the help of your IDE, you can easily order the results and track the slow tests, and improve their respective performance.

Not the that the statistic tool does not perform any query in the database. It uses information that is being gathered regardless of its actvation. It has no significant impact on the overall speed of your tests.

Statistic tool

20 Oct 15:53
Compare
Choose a tag to compare

The suite now comes with a statistic tool. This will store the execution time, the test name, the number and the list of the dirty tables for each test.

The statistics will be store after each suite in tmp/test_suite_light/test_suite_statistics.csv.

With the help of your IDE, you can easily order the results and track the slow tests, and improve their respective performance.

Not the that the statistic tool does not perform any query in the database. It uses information that is being gathered regardless of its actvation. It has no significant impact on the overall speed of your tests.