1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 02:31:25 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Barry vd. Heuvel
306c9920b3 Fix tests with assertTag
assertTag is deprecated and throws an deprecated message, failing the tests.
Replaced it with a simple Contains assertion.
2014-08-15 14:22:06 +02:00
maximebf
4a660ced6f moved the call to jquery.noConflict() to the head rather than when calling render() (fixed #127) 2014-07-26 15:36:58 +02:00
maximebf
323415ca3f added syntax highlighting (fixed #99) 2014-03-22 22:29:09 -04:00
maximebf
6e521e3990 added AssetProvider interface and JavascriptRenderer::addAssets() 2014-03-22 15:54:52 -04:00
Graham Campbell
89ad71ab18 Test tweak 2014-01-17 19:58:09 +00:00
Graham Campbell
0071105c25 CS fixes 2014-01-16 21:41:41 +00:00
Maxime Fabre
b8bd80b367 Update tests 2013-12-17 12:53:18 +01:00
maximebf
1b7e7fdbc8 jQuery.noConflict() is now called by default (fixed #29)
Will not be called if the js vendors are not included.
Can be enabled/disabled using JavascriptRenderer::setEnableJqueryNoConflict()
2013-09-19 16:31:50 -04:00
maximebf
90248ebb3c fixed unit tests with ajax handler 2013-09-15 11:40:37 -04:00
Pascal Borreli
68dfa87ef6 Fixed typos 2013-08-16 00:52:32 +01:00
maximebf
c5a145ad14 added tests 2013-08-14 22:12:33 +10:00
maximebf
fb1605e93c added unit tests 2013-08-14 21:37:24 +10:00