File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ matrix:
19
19
- php : 5.6
20
20
env : SYMFONY_VERSION=2.8.*
21
21
- php : 5.6
22
- env : SYMFONY_VERSION=3.0 .* COVERAGE=true
22
+ env : SYMFONY_VERSION=3.4 .* COVERAGE=true
23
23
# test the latest release (including beta releases)
24
24
- php : 7.1
25
25
env : SYMFONY_VERSION=2.8.* COVERAGE=true
26
26
- php : 7.1
27
- env : SYMFONY_VERSION=3.0 .* COVERAGE=true
27
+ env : SYMFONY_VERSION=3.4 .* COVERAGE=true
28
28
- php : 7.2
29
29
env : SYMFONY_VERSION=2.8.* COVERAGE=true
30
30
- php : 7.2
31
- env : SYMFONY_VERSION=3.0 .* COVERAGE=true
31
+ env : SYMFONY_VERSION=3.4 .* COVERAGE=true
32
32
- php : 7.2
33
33
env : DEPENDENCIES=beta
34
34
allow_failures :
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ public function registerBundles()
21
21
$ bundles = array (
22
22
new \Symfony \Bundle \FrameworkBundle \FrameworkBundle (),
23
23
new \Symfony \Bundle \SecurityBundle \SecurityBundle (),
24
+ new \Symfony \Bundle \TwigBundle \TwigBundle (),
24
25
new \FOS \OAuthServerBundle \FOSOAuthServerBundle (),
25
26
26
27
new \FOS \OAuthServerBundle \Tests \Functional \TestBundle \TestBundle (),
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ class BootTest extends TestCase
18
18
*/
19
19
public function testBoot ($ env )
20
20
{
21
- $ this ->markTestIncomplete ('Issue with Stopwatch component ' );
22
-
23
21
$ kernel = $ this ->createKernel (array ('env ' => $ env ));
24
22
$ kernel ->boot ();
25
23
}
Original file line number Diff line number Diff line change 1
1
framework :
2
+ templating :
3
+ engines : ["twig"]
4
+ form : ~
2
5
secret : test
3
6
router :
4
7
resource : " %kernel.root_dir%/config/routing.yml"
Original file line number Diff line number Diff line change 29
29
"symfony/form" : " ~2.8|~3.0|^4.0" ,
30
30
"symfony/console" : " ~2.8|~3.0|^4.0" ,
31
31
"symfony/templating" : " ~2.8|~3.0|^4.0" ,
32
+ "symfony/twig-bundle" : " ~2.8|~3.0|^4.0" ,
32
33
"willdurand/propel-typehintable-behavior" : " ^1.0.4" ,
33
34
"propel/propel1" : " ^1.6.5" ,
34
35
"phing/phing" : " ~2.4" ,
You can’t perform that action at this time.
0 commit comments