added internal rates (#1591)
This commit is contained in:
@@ -29,7 +29,7 @@ class TagControllerTest extends ControllerBaseTest
|
||||
$this->importFixture($client, $fixture);
|
||||
}
|
||||
|
||||
public function testDebugIsSecure()
|
||||
public function testIsSecure()
|
||||
{
|
||||
$this->assertUrlIsSecured('/admin/tags/');
|
||||
}
|
||||
@@ -110,7 +110,7 @@ class TagControllerTest extends ControllerBaseTest
|
||||
$node = $form->getFormNode();
|
||||
$node->setAttribute('action', $this->createUrl('/admin/tags/multi-delete'));
|
||||
|
||||
$em = static::$kernel->getContainer()->get('doctrine.orm.entity_manager');
|
||||
$em = $this->getEntityManager();
|
||||
/** @var Tag[] $tags */
|
||||
$tags = $em->getRepository(Tag::class)->findAll();
|
||||
self::assertCount(10, $tags);
|
||||
|
||||
Reference in New Issue
Block a user