1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-15 19:42:08 +00:00

add test for confirmed registration

This commit is contained in:
Nicolas Lœuillet 2015-09-29 18:11:57 +02:00 committed by Jeremy Benoist
parent 359b3f43cc
commit 2c13918acc
2 changed files with 26 additions and 3 deletions

View file

@ -3,9 +3,7 @@
namespace Wallabag\ApiBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;
class WallabagApiExtension extends Extension
{