diff --git a/composer.json b/composer.json index 2d89434..648edac 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/phpstan.neon b/phpstan.neon index a78a153..6267f5e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -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: diff --git a/tests/integration.suite.yml b/tests/integration.suite.yml index 3fa656c..4da003d 100644 --- a/tests/integration.suite.yml +++ b/tests/integration.suite.yml @@ -4,7 +4,7 @@ class_name: IntegrationSuiteTester modules: enabled: - - Arachne\Codeception\Module\NetteDIModule: + - Contributte\Codeception\Module\NetteDIModule: tempDir: ../_temp/integration removeDefaultExtensions: true configFiles: diff --git a/tests/integration/src/ValidateRuleHandlerTest.php b/tests/integration/src/ValidateRuleHandlerTest.php index cd98d7f..58164da 100644 --- a/tests/integration/src/ValidateRuleHandlerTest.php +++ b/tests/integration/src/ValidateRuleHandlerTest.php @@ -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; diff --git a/tests/runner.php b/tests/runner.php index 70b6068..b0cd8c5 100644 --- a/tests/runner.php +++ b/tests/runner.php @@ -1,8 +1,8 @@