Skip to content

Instantly share code, notes, and snippets.

View ktomk's full-sized avatar

Tom Klingenberg ktomk

  • lastflood GmbH (et al.)
View GitHub Profile
PHPUnit_Extensions_TicketListener
PHPUnit_Extensions_PhptTestSuite
PHPUnit_Extensions_TestDecorator
PHPUnit_Extensions_RepeatedTest
PHPUnit_Extensions_PhptTestCase
PHPUnit_Extensions_GroupTestSuite
PHPUnit_Util_Printer
PHPUnit_Util_Test
PHPUnit_Util_Configuration
PHPUnit_Util_Blacklist
@ktomk
ktomk / bitbucket_load_all_diffs.js
Created October 1, 2019 14:13 — forked from asev/bitbucket_load_all_diffs.js
Bitbucket load all diffs in pull request
/* Add this line to bookmarks and use when you see
* "Oops! You've got a lot of code in this diff and it couldn't load with the page."
* on a pull request at Bitbucket.
*/
javascript:(function(){[].forEach.call(document.querySelectorAll(".load-diff"),function(a){a.click()})})();