File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ public function testSubmitSingleExpandedNull()
274
274
$ field ->submit (null );
275
275
276
276
$ this ->assertNull ($ field ->getData ());
277
- $ this ->assertNull ( $ field ->getViewData ());
277
+ $ this ->assertSame ( '' , $ field ->getViewData (), ' View data is always a string ' );
278
278
}
279
279
280
280
public function testSubmitSingleNonExpandedNull ()
Original file line number Diff line number Diff line change 21
21
"symfony/polyfill-mbstring" : " ~1.0"
22
22
},
23
23
"require-dev" : {
24
+ <<<<<<< HEAD
24
25
"symfony/stopwatch" : " ~2.8|~3.0" ,
25
26
"symfony/dependency-injection" : " ~2.8|~3.0" ,
26
27
"symfony/form" : " ~3.0" ,
27
28
"symfony/http-kernel" : " ~2.8|~3.0" ,
28
29
"symfony/property-access" : " ~2.8|~3.0" ,
30
+ =======
31
+ "symfony/stopwatch" : " ~2.2|~3.0.0" ,
32
+ "symfony/dependency-injection" : " ~2.2|~3.0.0" ,
33
+ "symfony/form" : " ~2.8.5|~3.0.5" ,
34
+ "symfony/http-kernel" : " ~2.2|~3.0.0" ,
35
+ "symfony/property-access" : " ~2.3|~3.0.0" ,
36
+ >>>>>>> 2.8
29
37
"symfony/property-info" : " ~2.8|3.0" ,
30
38
"symfony/security" : " ~2.8|~3.0" ,
31
39
"symfony/expression-language" : " ~2.8|~3.0" ,
You can’t perform that action at this time.
0 commit comments