File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ protected function setUp()
27
27
$ this ->registry ->setAccessible (true );
28
28
29
29
$ this ->guesser = $ this ->getMock ('Symfony\Component\Form\FormTypeGuesserInterface ' );
30
- $ this ->type = new FooType ;
30
+ $ this ->type = new FooType () ;
31
31
}
32
32
33
33
public function testAddType ()
34
34
{
35
- $ factoryBuilder = new FormFactoryBuilder ;
35
+ $ factoryBuilder = new FormFactoryBuilder () ;
36
36
$ factoryBuilder ->addType ($ this ->type );
37
37
38
38
$ factory = $ factoryBuilder ->getFormFactory ();
@@ -46,7 +46,7 @@ public function testAddType()
46
46
47
47
public function testAddTypeGuesser ()
48
48
{
49
- $ factoryBuilder = new FormFactoryBuilder ;
49
+ $ factoryBuilder = new FormFactoryBuilder () ;
50
50
$ factoryBuilder ->addTypeGuesser ($ this ->guesser );
51
51
52
52
$ factory = $ factoryBuilder ->getFormFactory ();
You can’t perform that action at this time.
0 commit comments