From 57c6897fbb054b760013470ba231d497bb7876a5 Mon Sep 17 00:00:00 2001 From: j3nsch Date: Wed, 30 Oct 2024 23:17:04 +0100 Subject: [PATCH] #49 Fixed dependencies --- composer.json | 8 ++++---- test/ArrayImportTest.php | 7 ++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 6fc9aee..e962393 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ "ext-zip": "*", "opus4-repo/opus4-common": "dev-master as 4.8.1", "opus4-repo/opus4-app-common": "dev-main", - "opus4-repo/opus4-job": ">4.8" + "opus4-repo/opus4-job": "dev-main as 4.8.1" }, "require-dev": { - "phpunit/phpunit": "<9", + "phpunit/phpunit": "10.*", "opus4-repo/codesniffer": "dev-laminas", - "phpmetrics/phpmetrics": "2.7.4", - "opus4-repo/framework": "^4.8" + "phpmetrics/phpmetrics": "*", + "opus4-repo/framework": "dev-master as 4.8.1" }, "config": { "allow-plugins": { diff --git a/test/ArrayImportTest.php b/test/ArrayImportTest.php index b873a5c..ff06341 100644 --- a/test/ArrayImportTest.php +++ b/test/ArrayImportTest.php @@ -27,17 +27,14 @@ * * @copyright Copyright (c) 2020, OPUS 4 development team * @license http://www.gnu.org/licenses/gpl.html General Public License - * - * @category Application Unit Tests - * @package Application - * @author Jens Schwidder */ namespace OpusTest\Import; use Opus\Import\ArrayImport; +use PHPUnit\Framework\TestCase; -class ArrayImportTest +class ArrayImportTest extends TestCase { public function testImport() {