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 55/.github export-ignore
66/.gitattributes export-ignore
77/.gitignore export-ignore
8- /phpunit.xml.dist export-ignore
9- /tests export-ignore
108/.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 22
33namespace Descom \Skeleton \Test ;
44
5+ use Descom \Common \CsFixer ;
56use PHPUnit \Framework \TestCase ;
67
7- class SkeletonTest extends TestCase
8+ class CsFixerTest extends TestCase
89{
910 public function testExample ()
1011 {
11- $ this ->assertTrue ( true );
12+ $ this ->assertIsArray (CsFixer:: rules () );
1213 }
1314}
You can’t perform that action at this time.
0 commit comments