updated tests

This commit is contained in:
xdrm-brackets 2017-09-20 13:45:07 +02:00
parent 8916ced031
commit 9f06f906d1
2 changed files with 249 additions and 245 deletions

View File

@ -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 @@
}); });
});
}); });
});
}); });

View File

@ -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 @@
}); });
});
});
}); });