Skip to content

Commit dc4333b

Browse files
committed
Apply codeception/codeception contrib recipe
1 parent 9213ea1 commit dc4333b

File tree

7 files changed

+121
-0
lines changed

7 files changed

+121
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@
3434
.php_cs
3535
.php_cs.cache
3636
###< friendsofphp/php-cs-fixer ###
37+
38+
###> phpunit/phpunit ###
39+
/phpunit.xml
40+
###< phpunit/phpunit ###

symfony.lock

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"behat/gherkin": {
3+
"version": "v4.4.5"
4+
},
5+
"codeception/codeception": {
6+
"version": "2.3",
7+
"recipe": {
8+
"repo": "github.com/symfony/recipes-contrib",
9+
"branch": "master",
10+
"version": "2.3",
11+
"ref": "d2a29c0abee586aff913fd45fae1f59b669f4cbe"
12+
}
13+
},
214
"composer/ca-bundle": {
315
"version": "1.0.8"
416
},
@@ -80,6 +92,9 @@
8092
"ezyang/htmlpurifier": {
8193
"version": "v4.9.3"
8294
},
95+
"facebook/webdriver": {
96+
"version": "1.5.0"
97+
},
8398
"friendsofphp/php-cs-fixer": {
8499
"version": "2.2",
85100
"recipe": {
@@ -92,12 +107,24 @@
92107
"gecko-packages/gecko-php-unit": {
93108
"version": "v2.2"
94109
},
110+
"guzzlehttp/guzzle": {
111+
"version": "6.3.0"
112+
},
113+
"guzzlehttp/promises": {
114+
"version": "v1.3.1"
115+
},
116+
"guzzlehttp/psr7": {
117+
"version": "1.4.2"
118+
},
95119
"jdorn/sql-formatter": {
96120
"version": "v1.2.17"
97121
},
98122
"monolog/monolog": {
99123
"version": "1.23.0"
100124
},
125+
"myclabs/deep-copy": {
126+
"version": "1.7.0"
127+
},
101128
"ocramius/package-versions": {
102129
"version": "1.1.3"
103130
},
@@ -110,21 +137,102 @@
110137
"paragonie/random_compat": {
111138
"version": "v2.0.11"
112139
},
140+
"phar-io/manifest": {
141+
"version": "1.0.1"
142+
},
143+
"phar-io/version": {
144+
"version": "1.0.1"
145+
},
113146
"php-cs-fixer/diff": {
114147
"version": "v1.2.0"
115148
},
149+
"phpdocumentor/reflection-common": {
150+
"version": "1.0.1"
151+
},
152+
"phpdocumentor/reflection-docblock": {
153+
"version": "4.2.0"
154+
},
155+
"phpdocumentor/type-resolver": {
156+
"version": "0.4.0"
157+
},
158+
"phpspec/prophecy": {
159+
"version": "1.7.3"
160+
},
161+
"phpunit/php-code-coverage": {
162+
"version": "5.3.0"
163+
},
164+
"phpunit/php-file-iterator": {
165+
"version": "1.4.5"
166+
},
167+
"phpunit/php-text-template": {
168+
"version": "1.2.1"
169+
},
170+
"phpunit/php-timer": {
171+
"version": "1.0.9"
172+
},
173+
"phpunit/php-token-stream": {
174+
"version": "2.0.2"
175+
},
176+
"phpunit/phpunit": {
177+
"version": "4.7",
178+
"recipe": {
179+
"repo": "github.com/symfony/recipes",
180+
"branch": "master",
181+
"version": "4.7",
182+
"ref": "c276fa48d4713de91eb410289b3b1834acb7e403"
183+
}
184+
},
185+
"phpunit/phpunit-mock-objects": {
186+
"version": "4.0.4"
187+
},
116188
"psr/cache": {
117189
"version": "1.0.1"
118190
},
119191
"psr/container": {
120192
"version": "1.0.0"
121193
},
194+
"psr/http-message": {
195+
"version": "1.0.1"
196+
},
122197
"psr/log": {
123198
"version": "1.0.2"
124199
},
125200
"psr/simple-cache": {
126201
"version": "1.0.0"
127202
},
203+
"sebastian/code-unit-reverse-lookup": {
204+
"version": "1.0.1"
205+
},
206+
"sebastian/comparator": {
207+
"version": "2.1.0"
208+
},
209+
"sebastian/diff": {
210+
"version": "2.0.1"
211+
},
212+
"sebastian/environment": {
213+
"version": "3.1.0"
214+
},
215+
"sebastian/exporter": {
216+
"version": "3.1.0"
217+
},
218+
"sebastian/global-state": {
219+
"version": "2.0.0"
220+
},
221+
"sebastian/object-enumerator": {
222+
"version": "3.0.3"
223+
},
224+
"sebastian/object-reflector": {
225+
"version": "1.1.1"
226+
},
227+
"sebastian/recursion-context": {
228+
"version": "3.0.0"
229+
},
230+
"sebastian/resource-operations": {
231+
"version": "1.0.0"
232+
},
233+
"sebastian/version": {
234+
"version": "2.0.1"
235+
},
128236
"sensio/framework-extra-bundle": {
129237
"version": "4.0",
130238
"recipe": {
@@ -371,6 +479,9 @@
371479
"symfony/yaml": {
372480
"version": "v3.4.0-beta2"
373481
},
482+
"theseer/tokenizer": {
483+
"version": "1.1.0"
484+
},
374485
"twig/extensions": {
375486
"version": "1.0",
376487
"recipe": {
@@ -383,6 +494,12 @@
383494
"twig/twig": {
384495
"version": "v2.4.4"
385496
},
497+
"vlucas/phpdotenv": {
498+
"version": "v2.4.0"
499+
},
500+
"webmozart/assert": {
501+
"version": "1.2.0"
502+
},
386503
"white-october/pagerfanta-bundle": {
387504
"version": "v1.0.8"
388505
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/unit/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)