mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Parser is now session
This commit is contained in:
parent
c03fb998f4
commit
ab24f58bad
3 changed files with 6 additions and 6 deletions
|
@ -99,14 +99,14 @@ class ProfilerTest extends MockedTest
|
|||
'name' => 'rendering',
|
||||
'functions' => ['test', 'it7'],
|
||||
],
|
||||
'parser' => [
|
||||
'session' => [
|
||||
'timestamp' => time(),
|
||||
'name' => 'parser',
|
||||
'name' => 'session',
|
||||
'functions' => ['test', 'it8'],
|
||||
],
|
||||
'marktime' => [
|
||||
'timestamp' => time(),
|
||||
'name' => 'parser',
|
||||
'name' => 'session',
|
||||
'functions' => ['test'],
|
||||
],
|
||||
// This one isn't set during reset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue