projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6987129
)
Fix debug
author
Hypolite Petovan
<mrpetovan@gmail.com>
Sun, 8 Jul 2018 07:16:20 +0000
(
03:16
-0400)
committer
Hypolite Petovan
<mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:16 +0000
(19:38 -0400)
tests/ApiTest.php
patch
|
blob
|
history
diff --git
a/tests/ApiTest.php
b/tests/ApiTest.php
index 7e7aeea654d6b456f12cdd5faffc9afa0bc5b855..e94ab05ed4e970ac632e7203fc6920665da9bdc6 100644
(file)
--- a/
tests/ApiTest.php
+++ b/
tests/ApiTest.php
@@
-726,7
+726,7
@@
class ApiTest extends DatabaseTest
$ret3 = PConfig::set($this->selfUser['id'], 'frio', 'link_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);
$this->assertSelfUser($user);