adjust cs-fixer config

This commit is contained in:
sunxyw
2022-03-29 02:38:19 +08:00
committed by Jerry Ma
parent a2fbdd8e0a
commit 35385f8916
4 changed files with 15 additions and 40 deletions

View File

@@ -4,9 +4,12 @@ declare(strict_types=1);
namespace Tests\ZM\Utils;
use ZM\Utils\DataProvider;
use PHPUnit\Framework\TestCase;
use ZM\Utils\DataProvider;
/**
* @internal
*/
class DataProviderTest extends TestCase
{
public function testGetSourceRootDir(): void