Skip to content

Commit

Permalink
Use contributte/codeception
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jan 15, 2019
1 parent 5bd09b2 commit 2bddb25
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,8 +19,8 @@
"symfony/property-access": "^3.2.0 || ^4.0.0"
},
"require-dev": {
"arachne/codeception": "^0.8.0",
"codeception/codeception": "^2.4.3",
"contributte/codeception": "^1.0.1",
"doctrine/annotations": "^1.3.0",
"eloquent/phony": "^3.0.0",
"eloquent/phony-phpunit": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Expand Up @@ -3,7 +3,7 @@ includes:
- vendor/phpstan/phpstan-nette/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/eloquent/phpstan-phony/phony.neon
- vendor/arachne/codeception/extension.neon
- vendor/contributte/codeception/extension.neon

parameters:
excludes_analyse:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration.suite.yml
Expand Up @@ -4,7 +4,7 @@ class_name: IntegrationSuiteTester

modules:
enabled:
- Arachne\Codeception\Module\NetteDIModule:
- Contributte\Codeception\Module\NetteDIModule:
tempDir: ../_temp/integration
removeDefaultExtensions: true
configFiles:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/src/ValidateRuleHandlerTest.php
Expand Up @@ -4,9 +4,9 @@

namespace Tests\Integration;

use Arachne\Codeception\Module\NetteDIModule;
use Arachne\Verifier\Verifier;
use Codeception\Test\Unit;
use Contributte\Codeception\Module\NetteDIModule;
use Nette\Application\Request;
use Nette\Application\UI\Presenter;
use Tests\Integration\Classes\ArticleEntity;
Expand Down
2 changes: 1 addition & 1 deletion tests/runner.php
@@ -1,8 +1,8 @@
<?php

use Arachne\Codeception\Console\RunTestInput;
use Codeception\Codecept;
use Codeception\Command\Run;
use Contributte\Codeception\Console\RunTestInput;
use Symfony\Component\Console\Application;

require_once __DIR__.'/../vendor/autoload.php';
Expand Down

0 comments on commit 2bddb25

Please sign in to comment.