2023-01-18 09:11:30 +03:00
2021-06-17 20:12:08 +08:00
2022-11-10 20:32:14 +08:00
2023-01-16 14:40:57 +03:00
2021-07-21 16:09:25 +08:00
2023-01-03 00:41:12 +08:00
2021-08-05 10:52:26 +08:00
2021-06-17 20:12:08 +08:00
2021-12-21 19:10:03 +08:00
2021-06-17 20:12:08 +08:00
2021-09-16 20:47:33 +08:00
2021-06-17 20:12:08 +08:00
2021-06-17 20:12:08 +08:00
2023-01-16 14:40:57 +03:00
2021-06-17 20:12:08 +08:00

Shipping portal documentation

simple documentation on how to install, run, test, commit and deploy application

creating and running unit tests

Required Packages :

  • laravel/legacy-factories

  • codeception/codeception

Or Simply Run

Composer install

To create a unit test

php artisan make test: Test Example --unit

Running the tests :

Running a single Test

php artisan test --filter Example

Running All tests -

php artisan test

S
Description
No description provided
Readme 22 MiB
Languages
PHP 50.5%
Vue 34.7%
Blade 14.8%