Skip to content

Commit

Permalink
Fix tests v4
Browse files Browse the repository at this point in the history
  • Loading branch information
NielBuys committed Dec 20, 2024
1 parent 0cb0ba6 commit bcf99ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"require-dev": {
"mikey179/vfsstream": "1.6.*",
"phpunit/phpunit": "4.* || 5.* || 9.*"
"phpunit/phpunit": "^9.5"
}
}
2 changes: 0 additions & 2 deletions tests/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ class_alias('org\bovigo\vfs\vfsStreamWrapper', 'vfsStreamWrapper');
defined('ICONV_ENABLED') OR define('ICONV_ENABLED', FALSE);
}

is_php('5.6') && ini_set('php.internal_encoding', 'UTF-8');

if (is_php('7.0'))
{
$test_case_code = file_get_contents(PROJECT_BASE.'vendor/phpunit/phpunit/src/Framework/TestCase.php');
Expand Down
2 changes: 1 addition & 1 deletion tests/travis/sqlite.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
stopOnIncomplete="false"
stopOnSkipped="false"
beStrictAboutTestsThatDoNotTestAnything="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
>
<coverage includeUncoveredFiles="false">
<include>
Expand Down

0 comments on commit bcf99ba

Please sign in to comment.