@@ -595,7 +595,7 @@ public function requestMethodProvider()
595
595
*/
596
596
public function testSubmitPostOrPutRequest ($ method )
597
597
{
598
- $ path = tempnam (sys_get_temp_dir (), 'sf2 ' );
598
+ $ path = tempnam (sys_get_temp_dir (), 'sf ' );
599
599
touch ($ path );
600
600
file_put_contents ($ path , 'zaza ' );
601
601
$ values = array (
@@ -643,7 +643,7 @@ public function testSubmitPostOrPutRequest($method)
643
643
*/
644
644
public function testSubmitPostOrPutRequestWithEmptyRootFormName ($ method )
645
645
{
646
- $ path = tempnam (sys_get_temp_dir (), 'sf2 ' );
646
+ $ path = tempnam (sys_get_temp_dir (), 'sf ' );
647
647
touch ($ path );
648
648
file_put_contents ($ path , 'zaza ' );
649
649
@@ -691,7 +691,7 @@ public function testSubmitPostOrPutRequestWithEmptyRootFormName($method)
691
691
*/
692
692
public function testSubmitPostOrPutRequestWithSingleChildForm ($ method )
693
693
{
694
- $ path = tempnam (sys_get_temp_dir (), 'sf2 ' );
694
+ $ path = tempnam (sys_get_temp_dir (), 'sf ' );
695
695
touch ($ path );
696
696
file_put_contents ($ path , 'zaza ' );
697
697
@@ -728,7 +728,7 @@ public function testSubmitPostOrPutRequestWithSingleChildForm($method)
728
728
*/
729
729
public function testSubmitPostOrPutRequestWithSingleChildFormUploadedFile ($ method )
730
730
{
731
- $ path = tempnam (sys_get_temp_dir (), 'sf2 ' );
731
+ $ path = tempnam (sys_get_temp_dir (), 'sf ' );
732
732
touch ($ path );
733
733
file_put_contents ($ path , 'zaza ' );
734
734
0 commit comments