Commit Graph

12 Commits

Author SHA1 Message Date
HDVinnie
77ec35bea5 chore: apply the laravel code style linter 2022-01-08 00:03:12 -05:00
HDVinnie
02425a66f6 update: testcase.php 2021-10-20 14:16:05 -04:00
HDVinnie
95bcbcf16f Apply fixes from StyleCI
[ci skip] [skip ci]
2021-10-20 18:13:18 +00:00
HDVinnie
514bc33ff7 update: tests 2021-10-20 14:13:00 -04:00
HDVinnie
41b617bb2e update: laravel 7 support 2020-07-19 17:33:50 -04:00
HDVinnie
a0be2e60b1 fix: base test case 2020-06-03 02:47:30 -04:00
HDVinnie
4afdfbdade Apply fixes from StyleCI
[ci skip] [skip ci]
2020-04-19 05:31:13 +00:00
Ben Johnson
38d8b3cf79 feat: Reduce test suite execution time considerably
Given the sheer volume of migrations, it takes about 40 seconds on an average system to execute them all prior to running the test suite.

Loading one flat SQL file instead of executing each migration reduces this overhead significantly.

This is implemented in a way that degrades gracefully; if the flat file is not specified, all migrations will run as normal.
2020-02-18 15:45:54 -05:00
Ben Johnson
b2550bb71c tests: Add bare-minimum testing configuration 2020-02-14 15:00:18 -05:00
HDVinnie
987bed7a7b Apply fixes from StyleCI
[ci skip] [skip ci]
2020-02-13 21:45:47 +00:00
Laravel Shift
a2df254cb7 Include helpful testing package
Shift added the following packages which may be used by some of the generated tests cases and helpful for testing new code.

- [Test Assertions](https://github.com/jasonmccreary/laravel-test-assertions)
- [`generate:model-factory`](https://github.com/mpociot/laravel-test-factory-helper)
2020-01-22 17:18:59 +00:00
HDVinnie
a96f116c0c (Add) Laravel Default Tests 🆕 2019-09-17 18:40:16 -04:00