Home
last modified time | relevance | path

Searched refs:createMock (Results 1 – 13 of 13) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php17 $driver = $this->createMock('Metadata\Driver\DriverInterface');
45 $driver = $this->createMock('Metadata\Driver\DriverInterface');
73 $driver = $this->createMock('Metadata\Driver\DriverInterface');
115 $driver = $this->createMock('Metadata\Driver\DriverInterface');
124 $cache = $this->createMock('Metadata\Cache\CacheInterface');
145 $driver = $this->createMock('Metadata\Driver\DriverInterface');
159 $driver = $this->createMock('Metadata\Driver\DriverInterface');
209 $driver = $this->createMock('Metadata\Driver\DriverInterface');
217 $cache = $this->createMock('Metadata\Cache\CacheInterface');
250 $driver = $this->createMock('Metadata\Driver\DriverInterface');
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DDriverChainTest.php15 $driver = $this->createMock('Metadata\\Driver\\DriverInterface');
28 $driver1 = $this->createMock('Metadata\\Driver\\AdvancedDriverInterface');
34 $driver2 = $this->createMock('Metadata\\Driver\\AdvancedDriverInterface');
50 $driver = $this->createMock('Metadata\\Driver\\DriverInterface');
63 $driver = $this->createMock('Metadata\\Driver\\DriverInterface');
H A DAbstractFileDriverTest.php25 $this->locator = $this->createMock('Metadata\Driver\FileLocator', [], [], '', false);
79 $locator = $this->createMock('Metadata\Driver\FileLocatorInterface');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/
H A DTestCase.php86 $stub = $this->createMock(Xdebug::class);
152 $stub = $this->createMock(Xdebug::class);
192 $stub = $this->createMock(Xdebug::class);
285 $stub = $this->createMock(Xdebug::class);
321 $stub = $this->createMock(Xdebug::class);
/plugin/structtasks/_test/
H A DActionTest.php28 $notifier = $this->createMock(AssignedNotifier::class);
40 $notifier = $this->createMock(AssignedNotifier::class);
84 $notifier = $this->createMock(AssignedNotifier::class);
H A DCliTest.php105 $notifier = $this->createMock(TodayNotifier::class);
173 $notifier = $this->createMock(TodayNotifier::class);
H A DNotifiersTest.php308 $mailer = $this->createMock(\Mailer::class);
373 $mailer = $this->createMock(\Mailer::class);
/plugin/today/_test/
H A DSyntaxTest.php60 $mockRenderer = $this->createMock(Doku_Renderer::class);
76 $mockRenderer = $this->createMock(Doku_Renderer::class);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2366/
H A DIssue2366Test.php21 $o = $this->createMock(Issue2366::class);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php587 $mock = $this->createMock(Mockable::class);
596 $mock = $this->createMock(Mockable::class);
623 $mock = $this->createMock(Mockable::class);
631 $mock = $this->createMock(Mockable::class);
681 [$this->createMock(Mockable::class)],
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php65 $formatter = $this->createMock(FormatterInterface::class);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php326 $this->createMock(Xdebug::class),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1459 protected function createMock($originalClassName) function in PHPUnit_Framework_TestCase
1481 $o = $this->createMock($originalClassName);