Skip to content

Commit adcc482

Browse files
committed
do not fail on deprecations
1 parent ae643df commit adcc482

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
- php: 5.6
2525
env: SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATIONS_HELPER=weak
2626
- php: 5.6
27-
env: SYMFONY_VERSION=2.8.*
27+
env: SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=309
2828
- php: 5.6
2929
env: SYMFONY_VERSION=3.0.*
3030
allow_failures:

Form/Type/RouteTypeType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\Form\AbstractType;
1515
use Symfony\Component\OptionsResolver\OptionsResolver;
1616
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
17-
use Symfony\Cmf\Bundle\RoutingBundle\Util\Sf2CompatUtil;
1817

1918
class RouteTypeType extends AbstractType
2019
{

Tests/Functional/Routing/DynamicRouterTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
1717
use Symfony\Cmf\Component\Routing\ChainRouter;
1818
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
19-
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
2019
use Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route;
2120
use Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\RedirectRoute;
2221
use Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter;

0 commit comments

Comments
 (0)