There was a problem fetching the pipeline stages.
FEATURE: Initialized unit tests
parent
e63949aa
Branches
Pipeline
#361
failed
with stages
in
2 minutes and 51 seconds
... | @@ -25,11 +25,17 @@ | ... | @@ -25,11 +25,17 @@ |
"issues": "https://git.higidi.com/higidi/ninja-mutex/issues", | "issues": "https://git.higidi.com/higidi/ninja-mutex/issues", | ||
"source": "https://git.higidi.com/higidi/ninja-mutex" | "source": "https://git.higidi.com/higidi/ninja-mutex" | ||
}, | }, | ||
"autoload-dev": { | |||
"psr-4": { | |||
"Higidi\\NinjaMutex\\Tests\\": "tests/" | |||
} | |||
}, | |||
"require": { | "require": { | ||
"php": ">=5.3.0", | "php": ">=5.3.0", | ||
"arvenil/ninja-mutex": "^0.6" | "arvenil/ninja-mutex": "^0.6" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"squizlabs/php_codesniffer": "^2.9|^3.0" | "squizlabs/php_codesniffer": "^2.9||^3.0", | ||
"phpunit/phpunit": "^4.5||^5.0.5" | |||
} | } | ||
} | } |
phpunit.xml.dist
0 → 100644
tests/bootstrap.php
0 → 100644
Please register or sign in to comment