X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/b7ed87c2278fc3ea4d18e8aefa4c0ad829165829..6a7369d976274f0868b6aa3217e3fb42eab5e00f:/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php diff --git a/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php b/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php index 12ac2f15227e..b7bd2351f514 100644 --- a/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php +++ b/typo3/sysext/scheduler/Tests/Unit/Controller/SchedulerModuleControllerTest.php @@ -32,7 +32,7 @@ class SchedulerModuleControllerTest extends \TYPO3\CMS\Core\Tests\UnitTestCase { * @return void */ public function setUp() { - $this->testObject = $this->getMock('TYPO3\\CMS\\Scheduler\\Controller\\SchedulerModuleController', array('dummy'), array(), '', FALSE); + $this->testObject = $this->getMock(\TYPO3\CMS\Scheduler\Controller\SchedulerModuleController::class, array('dummy'), array(), '', FALSE); } /**