Remove stray blank line print in php test

This commit is contained in:
William S Fulton 2017-08-16 07:57:30 +01:00
commit 8813343920

View file

@ -9,4 +9,3 @@ check::equal('1.5',(new ReflectionExtension('php_pragma'))->getVersion(),"1.5==v
check::done();
?>