Skip to content

Commit a8845aa

Browse files
committed
skip test on 5.4.0, part2
git-svn-id: http://svn.php.net/repository/pear/packages/Text_LanguageDetect/trunk@322332 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent a8bbb91 commit a8845aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Text_LanguageDetectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function test_checkTrigramNoArray()
8686
*/
8787
function test_checkTrigramNoArrayMagicQuotes()
8888
{
89-
if (version_compare(PHP_VERSION, '5.4.0') >= 0) {
89+
if (version_compare(PHP_VERSION, '5.4.0-dev') >= 0) {
9090
$this->markTestSkipped('5.4.0 has no magic quotes anymore');
9191
}
9292
ini_set('magic_quotes_runtime', 1);

0 commit comments

Comments
 (0)