Merge remote-tracking branch 'github/pr/677'

* github/pr/677:
  Test
  Fix grammar #2683
This commit is contained in:
Stanislav Malyshev 2014-06-08 14:01:32 -07:00
commit f22f665b47

View file

@ -35,7 +35,7 @@ $expected = array(
$headers = headers_list(); $headers = headers_list();
if (($i = count($expected)) > count($headers)) if (($i = count($expected)) > count($headers))
{ {
echo "Less headers are being sent than expected - aborting"; echo "Fewer headers are being sent than expected - aborting";
return; return;
} }
@ -67,4 +67,4 @@ echo ($i === 0)
--EXPECTHEADERS-- --EXPECTHEADERS--
--EXPECT-- --EXPECT--
OK OK