File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- use Symfony \Bundle \FrameworkBundle \Tests \DependencyInjection \Fixtures \Workflow \Places ;
43use Symfony \Bundle \FrameworkBundle \Tests \DependencyInjection \FrameworkExtensionTestCase ;
54
65$ container ->loadFromExtension ('framework ' , [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ framework:
33 enum :
44 supports :
55 - Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\FrameworkExtensionTestCase
6- places : !php/enum Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\Fixtures\Workflow\Places
6+ places : ' Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\Fixtures\Workflow\Places::* '
77 transitions :
88 one :
99 from : !php/enum Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\Fixtures\Workflow\Places::A
You can’t perform that action at this time.
0 commit comments