File tree Expand file tree Collapse file tree 3 files changed +15
-20
lines changed
Filter options
Bundle/WebProfilerBundle/Resources/views/Collector Expand file tree Collapse file tree 3 files changed +15
-20
lines changed
Original file line number Diff line number Diff line change 31
31
{% endblock %}
32
32
33
33
{% block menu %}
34
- <<<<<<< HEAD
35
34
<span class =" label" >
36
- <span class =" icon" >{{ include (' @WebProfiler/Icon/twig.svg' ) }}</span >
35
+ <span class =" icon" >
36
+ <svg width =" 17pt" height =" 24pt" viewBox =" 0 0 21 28" version =" 1.1" xmlns =" http://www.w3.org/2000/svg" >
37
+ <path fill =" #3f4040" d =" M 1.12 4.11 C 7.37 3.95 13.63 3.95 19.88 4.11 C 20.12 10.37 20.13 16.63 19.88 22.89 C 13.63 23.05 7.37 23.05 1.12 22.89 C 0.87 16.63 0.88 10.37 1.12 4.11 Z" />
38
+ <path fill =" #dddddd" d =" M 1.87 4.87 C 7.62 4.64 13.38 4.64 19.13 4.87 C 19.36 10.62 19.36 16.38 19.13 22.13 C 13.38 22.36 7.62 22.36 1.87 22.13 C 1.64 16.38 1.64 10.62 1.87 4.87 Z" />
39
+ <path fill =" #3f4040" d =" M 3.99 7.05 C 8.33 6.95 12.67 6.95 17.01 7.05 C 17.01 7.77 17.01 9.23 17.01 9.95 C 12.67 10.05 8.33 10.05 3.99 9.95 C 3.99 9.23 3.99 7.77 3.99 7.05 Z" />
40
+ <path fill =" #3f4040" d =" M 4.00 11.99 C 4.75 11.99 6.25 11.99 6.99 11.99 C 6.99 14.66 6.99 17.34 7.00 20.01 C 6.25 20.01 4.75 20.01 4.00 20.01 C 4.01 17.34 4.01 14.66 4.00 11.99 Z" />
41
+ <path fill =" #3f4040" d =" M 8.99 11.99 C 11.66 12.01 14.33 12.01 17.01 11.99 C 16.99 14.66 16.99 17.34 17.01 20.01 C 14.34 19.99 11.67 19.99 9.00 20.01 C 9.01 17.33 9.01 14.66 8.99 11.99 Z" />
42
+ </svg >
43
+ </span >
37
44
<strong >Twig</strong >
38
- =======
39
- <span class =" label" >
40
- <span class =" icon" >
41
- <svg width =" 17pt" height =" 24pt" viewBox =" 0 0 21 28" version =" 1.1" xmlns =" http://www.w3.org/2000/svg" >
42
- <path fill =" #3f4040" d =" M 1.12 4.11 C 7.37 3.95 13.63 3.95 19.88 4.11 C 20.12 10.37 20.13 16.63 19.88 22.89 C 13.63 23.05 7.37 23.05 1.12 22.89 C 0.87 16.63 0.88 10.37 1.12 4.11 Z" />
43
- <path fill =" #dddddd" d =" M 1.87 4.87 C 7.62 4.64 13.38 4.64 19.13 4.87 C 19.36 10.62 19.36 16.38 19.13 22.13 C 13.38 22.36 7.62 22.36 1.87 22.13 C 1.64 16.38 1.64 10.62 1.87 4.87 Z" />
44
- <path fill =" #3f4040" d =" M 3.99 7.05 C 8.33 6.95 12.67 6.95 17.01 7.05 C 17.01 7.77 17.01 9.23 17.01 9.95 C 12.67 10.05 8.33 10.05 3.99 9.95 C 3.99 9.23 3.99 7.77 3.99 7.05 Z" />
45
- <path fill =" #3f4040" d =" M 4.00 11.99 C 4.75 11.99 6.25 11.99 6.99 11.99 C 6.99 14.66 6.99 17.34 7.00 20.01 C 6.25 20.01 4.75 20.01 4.00 20.01 C 4.01 17.34 4.01 14.66 4.00 11.99 Z" />
46
- <path fill =" #3f4040" d =" M 8.99 11.99 C 11.66 12.01 14.33 12.01 17.01 11.99 C 16.99 14.66 16.99 17.34 17.01 20.01 C 14.34 19.99 11.67 19.99 9.00 20.01 C 9.01 17.33 9.01 14.66 8.99 11.99 Z" />
47
- </svg >
48
- </span >
49
- <strong >Twig</strong >
50
- <span class =" count" >
51
- <span >{{ collector .templatecount }}</span >
52
- <span >{{ ' %0.0f ms' | format (collector .time ) }}</span >
53
- >>>>>>> 2.7
45
+ <span class =" count" >
46
+ <span >{{ collector .templatecount }}</span >
47
+ <span >{{ ' %0.0f ms' | format (collector .time ) }}</span >
48
+ </span >
54
49
</span >
55
50
{% endblock %}
56
51
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ public function testSingleChoice()
234
234
235
235
public function testSelectWithSizeBiggerThanOneCanBeRequired ()
236
236
{
237
- $ form = $ this ->factory ->createNamed ('name ' , 'choice ' , null , array (
237
+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , null , array (
238
238
'choices ' => array ('a ' , 'b ' ),
239
239
'choices_as_values ' => true ,
240
240
'multiple ' => false ,
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ public function testSingleChoice()
549
549
550
550
public function testSelectWithSizeBiggerThanOneCanBeRequired ()
551
551
{
552
- $ form = $ this ->factory ->createNamed ('name ' , 'choice ' , null , array (
552
+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , null , array (
553
553
'choices ' => array ('a ' , 'b ' ),
554
554
'choices_as_values ' => true ,
555
555
'multiple ' => false ,
You can’t perform that action at this time.
0 commit comments