* use php-cs-fixer instead of phpcodesniffer * updated scrutinizer config * adjusted code yules to all files * updated CONTRIBUTING guidelines
This commit is contained in:
@@ -11,14 +11,13 @@ namespace App\Tests\Repository\Query;
|
||||
|
||||
use App\Entity\User;
|
||||
use App\Repository\Query\BaseQuery;
|
||||
use \PHPUnit\Framework\TestCase;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \App\Repository\Query\BaseQuery
|
||||
*/
|
||||
class BaseQueryTest extends TestCase
|
||||
{
|
||||
|
||||
public function testQuery()
|
||||
{
|
||||
$this->assertBaseQuery(new BaseQuery());
|
||||
|
||||
Reference in New Issue
Block a user