File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
Bundle/FrameworkBundle/Tests/Templating/Helper
DependencyInjection/Tests
Form/Tests/Extension/Validator Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ protected function setUp()
25
25
$ fooPackage = new Package (new StaticVersionStrategy ('42 ' , '%s?v=%s ' ));
26
26
$ barPackage = new Package (new StaticVersionStrategy ('22 ' , '%s?%s ' ));
27
27
28
- $ packages = new Packages ($ fooPackage , [ 'bar ' => $ barPackage] );
28
+ $ packages = new Packages ($ fooPackage , array ( 'bar ' => $ barPackage) );
29
29
30
30
$ this ->helper = new AssetsHelper ($ packages );
31
31
}
Original file line number Diff line number Diff line change 21
21
use Symfony \Component \DependencyInjection \ContainerInterface ;
22
22
use Symfony \Component \DependencyInjection \Definition ;
23
23
use Symfony \Component \DependencyInjection \Exception \RuntimeException ;
24
- use Symfony \Component \DependencyInjection \Exception \InactiveScopeException ;
25
24
use Symfony \Component \DependencyInjection \Exception \ServiceCircularReferenceException ;
26
25
use Symfony \Component \DependencyInjection \Exception \ServiceNotFoundException ;
27
26
use Symfony \Component \DependencyInjection \Loader \ClosureLoader ;
Original file line number Diff line number Diff line change 21
21
use Symfony \Component \Validator \Constraints \NotNull ;
22
22
use Symfony \Component \Validator \Constraints \NotBlank ;
23
23
use Symfony \Component \Validator \Constraints \Valid ;
24
- use Symfony \Component \Validator \ExecutionContextInterface ;
25
24
use Symfony \Component \Validator \Tests \Constraints \AbstractConstraintValidatorTest ;
26
25
27
26
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Form \Tests \Extension \Validator ;
13
13
14
14
use Symfony \Component \Form \Extension \Validator \ValidatorExtension ;
15
- use Symfony \Component \Validator \ValidatorInterface ;
16
15
17
16
class ValidatorExtensionTest extends \PHPUnit_Framework_TestCase
18
17
{
You can’t perform that action at this time.
0 commit comments