Skip to content

Commit 4c9ea90

Browse files
developedsoftwareLuke English
andauthored
Codecept5 (#67)
* bootstrap updated * removed nbproject from gitignore * bump codeception/verify to 2.2 * codeception/verify bumped to dev-master * codeception/verify 2.2 * removed phpunit dependency Co-authored-by: Luke English <[email protected]>
1 parent 737e86a commit 4c9ea90

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"require-dev": {
2626
"yiisoft/yii2": "dev-master",
2727
"yiisoft/yii2-app-advanced": "dev-master",
28-
"phpunit/phpunit": "dev-master as 9.5.99",
2928
"codeception/verify": "^2.2",
3029
"codemix/yii2-localeurls": "^1.7",
3130
"codeception/module-asserts": "^3.0",

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
$link = dirname(__DIR__) . '/vendor/yiisoft/yii2-app-advanced/vendor';
1010
if (!file_exists($link) && !symlink(dirname(__DIR__) . '/vendor', $link)) {
1111
die('failed to create symlink');
12-
}
12+
}

tests/cases/simple/functional/SimpleCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ public function testMissingUser(FunctionalTester $I)
7070
$I->amOnRoute('/site/index');
7171
$I->assertTrue(\Yii::$app->user->isGuest);
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)