Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spinx committed Aug 22, 2015
1 parent 6039ae2 commit e47d612
Show file tree
Hide file tree
Showing 12 changed files with 409 additions and 16 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
# Project specific
vendor
bin
src
coverage
coverage.xml
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@
"require-dev": {
"symfony/var-dumper": "^2.7",
"phpspec/phpspec": "^2.2",
"henrikbjorn/phpspec-code-coverage": "^1.0"
"henrikbjorn/phpspec-code-coverage": "^1.0",
"knplabs/phpspec-welldone-extension": "dev-master",
"phpspec/nyan-formatters": "^1.0",
"ciaranmcnulty/phpspec-typehintedmethods": "^1.01",
"m6web/redis-mock": "^2.2"
},
"autoload": {
"psr-4": {"SidekiqJob\\": "lib/"}
"psr-4": {"SidekiqJob\\": "src/"}
},
"config": {
"bin-dir": "bin"
Expand Down
295 changes: 293 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions phpspec.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
suites:
default:
src_path: src
spec_prefix: spec
namespace: SidekiqJob\
psr4_prefix:

extensions:
- PhpSpec\Extension\CodeCoverageExtension

Expand Down
Loading

0 comments on commit e47d612

Please sign in to comment.