mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-30 02:33:14 +05:30
Removed codeception
This commit is contained in:
parent
aa0570c932
commit
21e2ccd0fb
@ -11,10 +11,7 @@
|
||||
"paragonie/random_compat": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "4.8.*",
|
||||
"mockery/mockery": "0.9.*",
|
||||
"codeception/codeception": "~2.0",
|
||||
"flow/jsonpath": "0.2.*"
|
||||
"phpunit/phpunit": "4.8.*"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
@ -57,7 +54,7 @@
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"LeagueTests\\": "tests/unit/"
|
||||
"LeagueTests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
|
@ -1,2 +0,0 @@
|
||||
<?php
|
||||
// This is global bootstrap for autoloading
|
@ -1,8 +0,0 @@
|
||||
class_name: ApiTester
|
||||
modules:
|
||||
enabled: [PhpBrowser, REST]
|
||||
config:
|
||||
PhpBrowser:
|
||||
url: 'http://localhost:7777/'
|
||||
REST:
|
||||
url: 'http://localhost:7777/'
|
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
|
||||
if (! @include_once __DIR__.'/../../vendor/autoload.php') {
|
||||
exit("You must set up the project dependencies, run the following commands:\n> wget http://getcomposer.org/composer.phar\n> php composer.phar install\n");
|
||||
}
|
Loading…
Reference in New Issue
Block a user