Task #68799
closedStory #67665: Removes eval() in extbase Unit Tests
Removes eval() in extbase SignalSlot Unit Tests
100%
Description
sysext/extbase/Tests/Unit/SignalSlot/DispatcherTest.php:90: eval('class ' . $slotClassName . ' { function slot($foo, $baz) { $this->arguments = array($foo, $baz); } }');
sysext/extbase/Tests/Unit/SignalSlot/DispatcherTest.php:241: eval('class ' . $slotClassName . ' { function slot($foo, $baz) { $this->arguments = array($foo, $baz); } }');
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42350
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42350
Updated by Wouter Wolters over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f6f1b2054deee8411dc12e7f7306a28c2bfe5193.