Skip to content

Commit de8b128

Browse files
committed
fix class not import
1 parent c670905 commit de8b128

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false # dont fast fail
1313
matrix:
14-
php: [7.1] # , 7.2, 7.3, 7.4
14+
php: [7.1, 7.2, 7.3, 7.4] #
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
1616

1717
steps:

test/ColorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use PHPUnit\Framework\TestCase;
66
use Toolkit\Cli\Color;
7+
use Toolkit\Cli\Cli;
78

89
/**
910
* Class ColorTest

0 commit comments

Comments
 (0)