Skip to content

Commit

Permalink
#49 Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Oct 30, 2024
1 parent 7b7ca73 commit 57c6897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
7 changes: 2 additions & 5 deletions test/ArrayImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <schwidder@zib.de>
*/

namespace OpusTest\Import;

use Opus\Import\ArrayImport;
use PHPUnit\Framework\TestCase;

class ArrayImportTest
class ArrayImportTest extends TestCase
{
public function testImport()
{
Expand Down

0 comments on commit 57c6897

Please sign in to comment.