Home
last modified time | relevance | path

Searched refs:Mock (Results 51 – 75 of 98) sorted by path

1234

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php156 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
183 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
260 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
314 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php140 $authBackend = new DAV\Auth\Backend\Mock();
198 $this->tree[] = new DAV\Mock\Collection('files');
216 …$this->caldavBackend = new CalDAV\Backend\Mock($this->caldavCalendars, $this->caldavCalendarObject…
220 … $this->carddavBackend = new CardDAV\Backend\Mock($this->carddavAddressBooks, $this->carddavCards);
223 $this->principalBackend = new DAVACL\PrincipalBackend\Mock();
226 $this->locksBackend = new DAV\Locks\Backend\Mock();
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DMock.php7 class Mock implements Xml\Element { class
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php245 '{http://sabredav.org/ns}root' => new Element\Mock()
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …---------------------------------------------------------------*/\n/*\n * Mock for the JS formatte…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md49 - [Unit Testing using Mock a Elastic Client](#unit-testing-using-mock-a-elastic-client)
419 Unit Testing using Mock a Elastic Client
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DInvocation.php40 use Mock\Hoa\Compiler\Llk\Rule\Invocation as SUT;
H A DRule.php40 use Mock\Hoa\Compiler\Llk\Rule as SUT;
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php150 $autoloader = new \Mock\Hoa\Consistency\Autoloader(),
178 $autoloader = new \Mock\Hoa\Consistency\Autoloader(),
204 $autoloader = new \Mock\Hoa\Consistency\Autoloader(),
H A DXcallable.php277 $stream = new \Mock\Hoa\Stream\IStream\Out(),
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php71 $source = new \Mock\Hoa\Event\Source(),
99 $sourceA = new \Mock\Hoa\Event\Source()
108 ->given($sourceB = new \Mock\Hoa\Event\Source())
H A DEvent.php70 $source = new \Mock\Hoa\Event\Source()
100 $source = new \Mock\Hoa\Event\Source(),
140 $source = new \Mock\Hoa\Event\Source(),
154 $source = new \Mock\Hoa\Event\Source(),
239 $source = new \Mock\Hoa\Event\Source(),
268 $source = new \Mock\Hoa\Event\Source(),
282 $source = new \Mock\Hoa\Event\Source(),
H A DListenable.php54 ->when($result = new \Mock\Hoa\Event\Listenable())
H A DListener.php57 $source = new \Mock\Hoa\Event\Listenable(),
76 $source = new \Mock\Hoa\Event\Listenable(),
95 $source = new \Mock\Hoa\Event\Listenable(),
110 $source = new \Mock\Hoa\Event\Listenable(),
130 $source = new \Mock\Hoa\Event\Listenable(),
145 $source = new \Mock\Hoa\Event\Listenable(),
161 $source = new \Mock\Hoa\Event\Listenable(),
175 $source = new \Mock\Hoa\Event\Listenable(),
198 $source = new \Mock\Hoa\Event\Listenable(),
231 $source = new \Mock\Hoa\Event\Listenable(),
H A DSource.php54 ->when($result = new \Mock\Hoa\Event\Source())
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DMock.php47 class Mock extends \EmptyIterator class
H A DREADME.md88 ### Mock subsection
90 `Hoa\Iterator\Mock` represents an empty iterator. It extends
350 * Mock.php
458 * `Hoa\Iterator\Recursive\Mock`,
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DMock.php48 class Mock implements Recursive class
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DFilter.php73 $filter = new \Mock\Hoa\Iterator\Test\Unit\MyFilter($foobar),
95 $filter = new \Mock\Hoa\Iterator\Test\Unit\MyFilter($foobar),
H A DLookahead.php170 $iterator = new LUT\Mock(),
H A DLookbehind.php164 $iterator = new LUT\Mock(),
H A DMock.php50 class Mock extends Test\Unit\Suite class
55 ->given($iterator = new LUT\Mock())
65 ->when($iterator = new LUT\Recursive\Mock(new LUT\Mock()))
78 $mock = new LUT\Recursive\Mock($map),
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php209 $context = new \Mock\Hoa\Math\Context(),
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DComposite.php39 use Mock\Hoa\Stream\Composite as SUT;
83 $innerStream = new \Mock\Hoa\Stream(__FILE__),
96 $innerStream = new \Mock\Hoa\Stream(__FILE__),
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DBasic.php40 use Mock\Hoa\Stream\Filter\Basic as SUT;

1234