|
@@ -20,6 +20,7 @@ class SwiftmailerExtensionTest extends TestCase
|
|
public function testConfigLoad()
|
|
public function testConfigLoad()
|
|
{
|
|
{
|
|
$container = new ContainerBuilder();
|
|
$container = new ContainerBuilder();
|
|
|
|
+ $container->setParameter('kernel.debug', false);
|
|
$loader = new SwiftmailerExtension();
|
|
$loader = new SwiftmailerExtension();
|
|
|
|
|
|
$loader->load(array(array()), $container);
|
|
$loader->load(array(array()), $container);
|
|
@@ -37,6 +38,7 @@ class SwiftmailerExtensionTest extends TestCase
|
|
public function testSpool()
|
|
public function testSpool()
|
|
{
|
|
{
|
|
$container = new ContainerBuilder();
|
|
$container = new ContainerBuilder();
|
|
|
|
+ $container->setParameter('kernel.debug', false);
|
|
$loader = new SwiftmailerExtension();
|
|
$loader = new SwiftmailerExtension();
|
|
|
|
|
|
$loader->load(array(array('spool' => array())), $container);
|
|
$loader->load(array(array('spool' => array())), $container);
|