mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Skip test which apply on different kernel configuration
This commit is contained in:
parent
6bedd673cd
commit
364a67b83a
@ -31,6 +31,7 @@ final class PersonControllerViewWithHiddenFieldsTest extends WebTestCase
|
|||||||
|
|
||||||
protected function setUp(): void
|
protected function setUp(): void
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
self::bootKernel(['environment' => 'test_with_hidden_fields']);
|
self::bootKernel(['environment' => 'test_with_hidden_fields']);
|
||||||
|
|
||||||
$this->em = self::$kernel->getContainer()
|
$this->em = self::$kernel->getContainer()
|
||||||
@ -49,13 +50,16 @@ final class PersonControllerViewWithHiddenFieldsTest extends WebTestCase
|
|||||||
$this->em->flush();
|
$this->em->flush();
|
||||||
|
|
||||||
$this->viewUrl = '/en/person/' . $this->person->getId() . '/general';
|
$this->viewUrl = '/en/person/' . $this->person->getId() . '/general';
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function tearDown(): void
|
protected function tearDown(): void
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
$this->refreshPerson();
|
$this->refreshPerson();
|
||||||
$this->em->remove($this->person);
|
$this->em->remove($this->person);
|
||||||
$this->em->flush();
|
$this->em->flush();
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user