Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ca9918d

Browse files
Update codeception dependency and remove generated files from repository
1 parent e148075 commit ca9918d

File tree

5 files changed

+3
-6482
lines changed

5 files changed

+3
-6482
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/vendor
22
/node_modules
33
/tests/_output
4+
/tests/_support/_generated
45
/storage/*.sqlite
56
.env
67
.idea

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require-dev": {
1919
"phpunit/phpunit": "~4.0",
2020
"phpspec/phpspec": "~2.1",
21-
"codeception/codeception": "dev-master"
21+
"codeception/codeception": "2.1.x-dev"
2222
},
2323
"autoload": {
2424
"classmap": [

‎readme.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
Run Codeception, installed via Composer
2222

2323
```
24+
./vendor/bin/codecept build
2425
./vendor/bin/codecept run
2526
```
2627

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /