Skip to content

Commit e05e297

Browse files
committed
Remove .gitignore file from tests/_output directory.
1 parent 1d07bc5 commit e05e297

File tree

10 files changed

+5
-9761
lines changed

10 files changed

+5
-9761
lines changed

codeception.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ bootstrap: _bootstrap.php
33
support_namespace: support
44
paths:
55
tests: tests
6-
output: tests/_output
7-
data: tests/Support/data
8-
support: tests/Support
9-
envs: tests/_envs
6+
output: runtime/output
7+
data: runtime/Support/data
8+
support: runtime/Support
9+
envs: runtime/_envs
1010
actor_suffix: Tester
1111
settings:
1212
memory_limit: 1024M
1313
colors: true
1414
modules:
1515
config:
1616
Yii2:
17-
configFile: 'config/web/app.php'
17+
configFile: config/web/app.php
1818
extensions:
1919
enabled:
2020
- Codeception\Extension\RunFailed

runtime/output/.gitkeep

Whitespace-only changes.

tests/Support/AcceptanceTester.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/Support/FunctionalTester.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/Support/UnitTester.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)