$I = new ApiTester($scenario);
$I->wantTo('Get something');
$I->sendGET('somethings');
$I->seeResponseIsJson();
$I->seeResponseCodeIs(200);
// 'dsn' => 'mysql:host="бла бла.ком";dbname=tor',
// 'username' => 'tor',
// 'password' => '',
// 'charset' => 'utf8',
'dsn' => 'mysql:host=127.0.0.1;dbname=tor',
'username' => 'root',
'password' => '',
'charset' => 'utf8',