Home
last modified time | relevance | path

Searched refs:getMock (Results 1 – 25 of 63) sorted by path

123

/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php33 $mock = $this->getMock('stdClass', array('afterResponseCallback'));
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DCachingStreamTest.php58 ->getMock();
H A DUtilsTest.php104 ->getMock();
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DDisjunctExclusionStrategyTest.php21 … $first = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
22 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
42 … $first = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
43 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
65 … $first = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
66 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
88 … $first = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
89 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
109 … $first = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
110 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
[all …]
H A DExpressionLanguageExclusionStrategyTest.php27 $this->context = $this->getMockBuilder(SerializationContext::class)->getMock();
32 ->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionHandlerTest.php25 $visitor = $this->getMockBuilder(SerializationVisitorInterface::class)->getMock();
28 $context = $this->getMockBuilder(SerializationContext::class)->getMock();
43 $visitor = $this->getMockBuilder(SerializationVisitorInterface::class)->getMock();
46 $context = $this->getMockBuilder(SerializationContext::class)->getMock();
48 $factoryMock = $this->getMockBuilder(MetadataFactoryInterface::class)->getMock();
H A DDateHandlerTest.php47 $context = $this->getMockBuilder(SerializationContext::class)->getMock();
49 $visitor = $this->getMockBuilder(SerializationVisitorInterface::class)->getMock();
H A DFormErrorHandlerTest.php51 $navigator = $this->getMockBuilder(GraphNavigatorInterface::class)->getMock();
55 … $this->factory = $this->getMockBuilder('Symfony\Component\Form\FormFactoryInterface')->getMock();
148 …translator = $this->getMockBuilder('Symfony\Component\Translation\TranslatorInterface')->getMock();
160 …$this->getMockBuilder('Symfony\Component\Form\FormError')->disableOriginalConstructor()->getMock();
171 …translator = $this->getMockBuilder('Symfony\Component\Translation\TranslatorInterface')->getMock();
184 …$this->getMockBuilder('Symfony\Component\Form\FormError')->disableOriginalConstructor()->getMock();
195 …translator = $this->getMockBuilder('Symfony\Component\Translation\TranslatorInterface')->getMock();
207 …$this->getMockBuilder('Symfony\Component\Form\FormError')->disableOriginalConstructor()->getMock();
218 …translator = $this->getMockBuilder('Symfony\Component\Translation\TranslatorInterface')->getMock();
258 $form = $this->getMockBuilder('Symfony\Component\Form\Test\FormInterface')->getMock();
[all …]
H A DIteratorHandlerTest.php57 $this->getMockBuilder(SerializationContext::class)->getMock()
72 $this->getMockBuilder(DeserializationContext::class)->getMock()
85 $visitor = $this->getMockBuilder(DeserializationVisitorInterface::class)->getMock();
92 $visitor = $this->getMockBuilder(SerializationVisitorInterface::class)->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrineDriverTest.php149 $registry = $this->getMockBuilder('Doctrine\Common\Persistence\ManagerRegistry')->getMock();
H A DDoctrinePHPCRDriverTest.php94 $session = $this->getMockBuilder('PHPCR\SessionInterface')->getMock();
106 $registry = $this->getMockBuilder('Doctrine\Common\Persistence\ManagerRegistry')->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php983 …r = $this->getMockBuilder('Symfony\Component\EventDispatcher\EventDispatcherInterface')->getMock();
987 …der->setDataMapper($this->getMockBuilder('Symfony\Component\Form\DataMapperInterface')->getMock());
1011 …r = $this->getMockBuilder('Symfony\Component\EventDispatcher\EventDispatcherInterface')->getMock();
1021 …der->setDataMapper($this->getMockBuilder('Symfony\Component\Form\DataMapperInterface')->getMock());
H A DContextTest.php31 …Strategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock();
96 …Strategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock();
H A DGraphNavigatorTest.php56 $this->context = $this->getMockBuilder(SerializationContext::class)->getMock();
58 …Strategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock();
88 $this->context = $this->getMockBuilder(DeserializationContext::class)->getMock();
91 $exclusionStrategy = $this->getMockBuilder(ExclusionStrategyInterface::class)->getMock();
136 …>deserializationVisitor = $this->getMockBuilder(DeserializationVisitorInterface::class)->getMock();
137 …his->serializationVisitor = $this->getMockBuilder(SerializationVisitorInterface::class)->getMock();
142 ->getMock();
147 ->getMock();
H A DJsonSerializationTest.php261 $navigator = $this->getMockBuilder(GraphNavigatorInterface::class)->getMock();
267 …visitor->$functionToCall($data, [], $this->getMockBuilder(SerializationContext::class)->getMock());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php61 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
80 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
93 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
107 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
122 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
141 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
156 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
170 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
183 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
217 $this->visitor = $this->getMockBuilder(DeserializationVisitorInterface::class)->getMock();
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php192 $this->context = $this->getMockBuilder(Context::class)->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php82 $factoryMock = $this->getMockBuilder(MetadataFactoryInterface::class)->getMock();
152 $this->context = $this->getMockBuilder(Context::class)->getMock();
H A DSymfonyValidatorValidatorSubscriberTest.php89 …tor = $this->getMockBuilder('Symfony\Component\Validator\Validator\ValidatorInterface')->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Naming/
H A DCamelCaseNamingStrategyTest.php25 …etMockBuilder('JMS\Serializer\Metadata\PropertyMetadata')->disableOriginalConstructor()->getMock();
H A DIdenticalPropertyNamingStrategyTest.php26 …etMockBuilder('JMS\Serializer\Metadata\PropertyMetadata')->disableOriginalConstructor()->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php69 ->getMock();

123