21use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;
22use PHPUnit\Framework\TestCase;
26 use MockeryPHPUnitIntegration;
33 $persistence = \Mockery::mock(BasicPersistence::class);
40 public function testBasicTaskManager()
62 $userInteraction =
$factory->createInstance(DownloadInteger::class);
63 $userInteraction->setInput([
$c]);
65 $bucket->setTask($userInteraction);
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples