Skip to content

Instantly share code, notes, and snippets.

@aertmann
Created June 27, 2014 19:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aertmann/50a84be48ecfcaee5042 to your computer and use it in GitHub Desktop.
Save aertmann/50a84be48ecfcaee5042 to your computer and use it in GitHub Desktop.
Improve debugging TYPO3CR nodes.. Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Error/Debugger.php
static protected $blacklistedClassNames = '/
(TYPO3\\\\Flow\\\\Aop.*)
(TYPO3\\\\Flow\\\\Cac.*) |
(TYPO3\\\\Flow\\\\Core\\\\.*) |
(TYPO3\\\\Flow\\\\Con.*) |
(TYPO3\\\\Flow\\\\Http\\\\RequestHandler) |
(TYPO3\\\\Flow\\\\Uti.*) |
(TYPO3\\\\Flow\\\\Mvc\\\\Routing.*) |
(TYPO3\\\\Flow\\\\Log.*) |
(TYPO3\\\\Flow\\\\Obj.*) |
(TYPO3\\\\Flow\\\\Pac.*) |
(TYPO3\\\\Flow\\\\Persistence\\\\(?!Doctrine\\\\Mapping).*) |
(TYPO3\\\\Flow\\\\Pro.*) |
(TYPO3\\\\Flow\\\\Ref.*) |
(TYPO3\\\\Flow\\\\Sec.*) |
(TYPO3\\\\Flow\\\\Sig.*) |
(TYPO3\\\\Flow\\\\.*ResourceManager) |
(TYPO3\\\\Fluid\\\\.*) |
(TYPO3\\\\TYPO3CR\\\\.*Repository) |
(TYPO3\\\\TYPO3CR\\\\.*NodeTypeManager) |
(TYPO3\\\\TYPO3CR\\\\.*NodeFactory) |
(TYPO3\\\\TYPO3CR\\\\.*FirstLevelNodeCache) |
(PHPUnit_Framework_MockObject_InvocationMocker)
/xs';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment