1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-11 20:06:32 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
ced797fc15 Add tests 2025-01-26 17:20:25 +01:00
2bfe379a66 Add browser test (#639)
* Add browser test with Panther
2024-03-30 08:50:08 +01:00
6706ad4d2d Improve assertion and ignore cached PHPUnit file (#462) 2024-03-30 07:26:17 +01:00
ff2b6d6346 fix open_basedir restriction error (#590) 2024-02-10 11:00:09 +01:00
dff80cdb1c Fix PHP 8.2 deprecations (#531)
* Fix deprecation: Use of "parent" in callables is deprecated

* Fix deprecations in tests

Creation of dynamic properties is deprecated since php 8.2
2023-08-18 19:36:53 +02:00
87e627ad1a Fix tests 2021-06-22 09:56:39 +02:00
9544e0bf2a Test on PHP 8 (#456)
* Test on PHP 8

* Fix tests
2020-12-07 11:39:43 +01:00
1a1605b8e9 Add return value to measure() function. (#443)
Change-Id: I0e0277a019545bae6b4a9854b915a83bcea6757a

Co-authored-by: vdauchy <vdauchy@summit-tech.ca>
2020-05-06 09:06:27 +02:00
35fa8abe90 Use new HtmlVariableListWidget with collectors (#346)
Introduce a new HtmlVariableListWidget that is similar to
VariableListWidget but for variables with HTML contents.

Update the collectors that use the existing VariableListWidget to use
DebugBarVarDumper to dump the variables using the VarDumper HtmlDumper.
Because many debug bar users may not yet support inline static assets,
default to use the old VariableListWidget for now.

Updated collectors:

* ConfigCollector
* RequestDataCollector
2017-07-21 13:35:58 +02:00
54214dadb6 Update MessagesCollector to support HTML var dumping (#345)
Use the new DebugBarVarDumper class to support dumping variables in
interactive collapsible HTML; the new useHtmlVarDumper() function will
enable this.

Since this will require users to handle the new inline assets provided
by the JavascriptRenderer, make this dumping format optional and default
to the old behavior for now.
2017-07-21 13:35:32 +02:00
6266264bcc Added propel2 collector and tests 2015-08-26 00:38:57 +07:00
a01819af85 User VarDumper component
Use the VarDumper component instead of the kintLite method.
2014-11-29 12:35:43 +01:00
0447abd246 Extend TimeData widget/collector
Add params + collector name. Make params expend on click.
2014-10-30 16:40:31 +01:00
cae98bc37a added DataFormater and now using kint to format variables (fixed #93 and #95) 2014-03-04 13:56:20 -03:00
0071105c25 CS fixes 2014-01-16 21:41:41 +00:00
fb1605e93c added unit tests 2013-08-14 21:37:24 +10:00