Fix debug
This commit is contained in:
parent
6987129a00
commit
478b42e88f
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ class ApiTest extends DatabaseTest
|
||||||
$ret3 = PConfig::set($this->selfUser['id'], 'frio', 'link_color', '#123456');
|
$ret3 = PConfig::set($this->selfUser['id'], 'frio', 'link_color', '#123456');
|
||||||
$ret4 = PConfig::set($this->selfUser['id'], 'frio', 'background_color', '#123456');
|
$ret4 = PConfig::set($this->selfUser['id'], 'frio', 'background_color', '#123456');
|
||||||
|
|
||||||
var_dump($ret1, $ret2, $ret3, $ret4, dba::inArray(dba::select('pconfig', [])));
|
var_dump($ret1, $ret2, $ret3, $ret4, \dba::inArray(\dba::select('pconfig', [])));
|
||||||
|
|
||||||
$user = api_get_user($this->app);
|
$user = api_get_user($this->app);
|
||||||
$this->assertSelfUser($user);
|
$this->assertSelfUser($user);
|
||||||
|
|
Loading…
Reference in a new issue