File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 5
5
/.github export-ignore
6
6
/.gitattributes export-ignore
7
7
/.gitignore export-ignore
8
- /phpunit.xml.dist export-ignore
9
- /tests export-ignore
10
8
/.editorconfig export-ignore
11
- /.php_cs.dist export-ignore
12
- /psalm .xml export-ignore
13
- /psalm.xml .dist export-ignore
14
- /testbench.yaml export-ignore
9
+ /tests export-ignore
10
+ /phpunit .xml.dist export-ignore
11
+ /.php-cs-fixer .dist export-ignore
12
+ /phpstan.neon.dist export-ignore
Original file line number Diff line number Diff line change 2
2
3
3
namespace Descom \Skeleton \Test ;
4
4
5
+ use Descom \Common \CsFixer ;
5
6
use PHPUnit \Framework \TestCase ;
6
7
7
- class SkeletonTest extends TestCase
8
+ class CsFixerTest extends TestCase
8
9
{
9
10
public function testExample ()
10
11
{
11
- $ this ->assertTrue ( true );
12
+ $ this ->assertIsArray (CsFixer:: rules () );
12
13
}
13
14
}
You can’t perform that action at this time.
0 commit comments