File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 11codecov :
2- branch : main
2+ branch : main
Original file line number Diff line number Diff line change @@ -47,11 +47,8 @@ services:
4747 cd /var/testing &&
4848 composer install --no-interaction &&
4949 dockerize -wait tcp://mariadb:3306 -timeout 1m &&
50- ./vendor/bin/phpunit --coverage-clover coverage.xml &&
51- curl -Os https://uploader.codecov.io/latest/linux/codecov &&
52- chmod +x codecov &&
53- ./codecov
54- "
50+ ./vendor/bin/testbench package:test
51+ "
5552
5653networks:
5754 laravel-log-to-db-testing:
Original file line number Diff line number Diff line change @@ -25,10 +25,6 @@ protected function setUp(): void
2525 protected function defineDatabaseMigrations ()
2626 {
2727 $ this ->artisan ('migrate ' , ['--database ' => 'mysql ' ])->run ();
28-
29- //$this->beforeApplicationDestroyed(function () {
30- // $this->artisan('migrate:rollback', ['--database' => 'testbench'])->run();
31- //});
3228 }
3329
3430 /**
You can’t perform that action at this time.
0 commit comments