diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-08-15 23:52:44 -0300 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-09-16 15:39:18 -0300 |
commit | f72b6c5e1979f0b203723421b58e8b2528fe77fc (patch) | |
tree | e8768138b228c6e7ba9631c703b519fec1247ff3 /tests | |
parent | d51b9a690e0322700628678795874c0878ab6f91 (diff) | |
download | php-git-f72b6c5e1979f0b203723421b58e8b2528fe77fc.tar.gz |
Use EXPECT instead of EXPECTF when possible
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic/rfc1867_missing_boundary_2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/rfc1867_missing_boundary_2.phpt b/tests/basic/rfc1867_missing_boundary_2.phpt index bdfe977428..d3f93f8387 100644 --- a/tests/basic/rfc1867_missing_boundary_2.phpt +++ b/tests/basic/rfc1867_missing_boundary_2.phpt @@ -15,7 +15,7 @@ Content-Type: text/plain-file1 var_dump($_FILES); var_dump($_POST); ?> ---EXPECTF-- +--EXPECT-- array(1) { ["file1"]=> array(5) { |