mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
cs fixer
This commit is contained in:
@@ -17,10 +17,8 @@ use Symfony\Component\Form\FormBuilderInterface;
|
||||
|
||||
class UserCurrentLocationType extends AbstractType
|
||||
{
|
||||
|
||||
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||
{
|
||||
$builder->add('currentLocation', PickUserLocationType::class);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -111,6 +111,7 @@ abstract class AbstractAggregatorTest extends KernelTestCase
|
||||
* Compare aliases array before and after that aggregator alter query.
|
||||
*
|
||||
* @dataProvider dataProviderAliasDidNotDisappears
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testAliasDidNotDisappears(QueryBuilder $qb, array $data)
|
||||
@@ -290,5 +291,4 @@ abstract class AbstractAggregatorTest extends KernelTestCase
|
||||
'test that the title is not empty'
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -103,6 +103,7 @@ abstract class AbstractFilterTest extends KernelTestCase
|
||||
* Compare aliases array before and after that filter alter query.
|
||||
*
|
||||
* @dataProvider dataProviderAliasDidNotDisappears
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testAliasDidNotDisappears(QueryBuilder $qb, array $data)
|
||||
|
Reference in New Issue
Block a user