bugfix
This commit is contained in:
parent
defd975b4e
commit
594e4e6ab5
1 changed files with 1 additions and 1 deletions
2
test.php
2
test.php
|
|
@ -77,7 +77,7 @@ class MySQL_CRUD_API_Test extends PHPUnit_Framework_TestCase
|
|||
array(array('3','value3')),
|
||||
)
|
||||
));
|
||||
$api = new MySQL_CRUD_API('','','','database',false,array("dedicated_server_promo_codes"=>"crudl"));
|
||||
$api = new MySQL_CRUD_API('','','','database',false,array("users"=>"crudl"));
|
||||
$api->mysqli = $mysqli;
|
||||
$api->method = "GET";
|
||||
$api->request = array('table');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue