Skip to content

Commit 8295d9c

Browse files
committed
wip
1 parent 184bca8 commit 8295d9c

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"vendor/bin/phpunit"
6868
],
6969
"test-failing": "vendor/bin/phpunit --order-by=defects --stop-on-failure",
70-
"test-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text"
70+
"test-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage"
7171
},
7272
"extra": {
7373
"branch-alias": {

tests/Unit/CrudPanel/CrudPanelTabsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Backpack\CRUD\Tests\Unit\CrudPanel;
44

55
use Illuminate\Support\Arr;
6+
use Backpack\CRUD\Tests\config\Models\Article;
67

78
/**
89
* @covers Backpack\CRUD\app\Library\CrudPanel\Traits\Tabs
File renamed without changes.

0 commit comments

Comments
 (0)