Skip to content

Commit

Permalink
Drop unmaintained version of doctrine/persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Apr 4, 2022
1 parent e2883f4 commit b98f242
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ext-pdo_sqlite": "*",
"doctrine/coding-standard": "^9",
"doctrine/orm": "^2.6",
"doctrine/persistence": "^1.3 || ^2.0",
"doctrine/persistence": "^2.0",
"doctrine/sql-formatter": "^1.0",
"ergebnis/composer-normalize": "^2.9",
"phpstan/phpstan": "^1.5",
Expand Down
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<coverage>
<include>
<directory>./lib/</directory>
</whitelist>
</filter>
</include>
</coverage>
</phpunit>
6 changes: 0 additions & 6 deletions tests/Doctrine/Migrations/Tests/BoxPharCompileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,13 @@
use function realpath;
use function sprintf;

use const PHP_VERSION_ID;

/**
* @requires OS Linux|Darwin
*/
class BoxPharCompileTest extends TestCase
{
public function testCompile(): void
{
if (PHP_VERSION_ID < 70200) {
self::markTestSkipped('https://github.com/box-project/box/issues/489');
}

$boxPharPath = __DIR__ . '/../../../../box.phar';

if (! file_exists($boxPharPath)) {
Expand Down

0 comments on commit b98f242

Please sign in to comment.