Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
- bootstraped Codeception
- fixed namespace bug on Link (luckily it was used only in its local namespace, therefore no breakings changes)
- unit test for Link
  • Loading branch information
vlkolak committed Oct 18, 2017
1 parent 09ab320 commit 6fccd33
Show file tree
Hide file tree
Showing 16 changed files with 954 additions and 372 deletions.
16 changes: 16 additions & 0 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed

coverage:
enabled: true
whitelist:
include:
- src/*
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@
"psr-4": {
"ObjectivePHP\\Gateway\\MySql\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Test\\ObjectivePHP\\Gateway\\MySql\\": "tests/unit/"
}
}
}
Loading

0 comments on commit 6fccd33

Please sign in to comment.