updated tests
This commit is contained in:
parent
8916ced031
commit
9f06f906d1
|
@ -3,9 +3,7 @@
|
||||||
use \api\core\Checker;
|
use \api\core\Checker;
|
||||||
|
|
||||||
describe('api', function(){
|
describe('api', function(){
|
||||||
|
|
||||||
describe('core', function(){
|
describe('core', function(){
|
||||||
|
|
||||||
describe('Checker', function(){
|
describe('Checker', function(){
|
||||||
|
|
||||||
/* (1) Unknown type
|
/* (1) Unknown type
|
||||||
|
@ -861,8 +859,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
});
|
||||||
});
|
});
|
|
@ -7,7 +7,10 @@
|
||||||
use error\core\Error;
|
use error\core\Error;
|
||||||
use error\core\Err;
|
use error\core\Err;
|
||||||
|
|
||||||
describe('api/core/Request', function(){
|
describe('api', function(){
|
||||||
|
describe('core', function(){
|
||||||
|
describe('Request', function(){
|
||||||
|
|
||||||
|
|
||||||
beforeEach(function(){
|
beforeEach(function(){
|
||||||
$_SERVER = [
|
$_SERVER = [
|
||||||
|
@ -278,4 +281,8 @@
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
});
|
||||||
|
});
|
||||||
});
|
});
|
Loading…
Reference in New Issue