Home
last modified time | relevance | path

Searched refs:getMockBuilder (Results 1 – 25 of 58) sorted by path

123

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php18 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
35 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
126 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
140 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DCachingStreamTest.php56 $d = $this->getMockBuilder('GuzzleHttp\Stream\CachingStream')
H A DGuzzleStreamWrapperTest.php65 $stream = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
85 $stream = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DNoSeekStreamTest.php16 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DStreamDecoratorTraitTest.php37 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DUtilsTest.php101 $s = $this->getMockBuilder('GuzzleHttp\Stream\Stream')
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DAbstractFileDriverTest.php26 $this->driver = $this->getMockBuilder('Metadata\Driver\AbstractFileDriver')
80 $driver = $this->getMockBuilder('Metadata\Driver\AbstractFileDriver')
/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();
30 $this->expressionEvaluator = $this->getMockBuilder(ExpressionEvaluator::class)
/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 …$formError = $this->getMockBuilder('Symfony\Component\Form\FormError')->disableOriginalConstructor…
171 …$translator = $this->getMockBuilder('Symfony\Component\Translation\TranslatorInterface')->getMock(…
184 …$formError = $this->getMockBuilder('Symfony\Component\Form\FormError')->disableOriginalConstructor…
195 …$translator = $this->getMockBuilder('Symfony\Component\Translation\TranslatorInterface')->getMock(…
207 …$formError = $this->getMockBuilder('Symfony\Component\Form\FormError')->disableOriginalConstructor…
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 …$dispatcher = $this->getMockBuilder('Symfony\Component\EventDispatcher\EventDispatcherInterface')-…
987 …$formConfigBuilder->setDataMapper($this->getMockBuilder('Symfony\Component\Form\DataMapperInterfac…
1011 …$dispatcher = $this->getMockBuilder('Symfony\Component\EventDispatcher\EventDispatcherInterface')-…
1021 …$formConfigBuilder->setDataMapper($this->getMockBuilder('Symfony\Component\Form\DataMapperInterfac…
H A DContextTest.php31 …$exclusionStrategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')-…
96 …$exclusionStrategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')-…
H A DGraphNavigatorTest.php56 $this->context = $this->getMockBuilder(SerializationContext::class)->getMock();
58 …$exclusionStrategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')-…
88 $this->context = $this->getMockBuilder(DeserializationContext::class)->getMock();
91 $exclusionStrategy = $this->getMockBuilder(ExclusionStrategyInterface::class)->getMock();
136 …$this->deserializationVisitor = $this->getMockBuilder(DeserializationVisitorInterface::class)->get…
137 …$this->serializationVisitor = $this->getMockBuilder(SerializationVisitorInterface::class)->getMock…
139 $this->context = $this->getMockBuilder(SerializationContext::class)
144 $this->deserializationContext = $this->getMockBuilder(DeserializationContext::class)
H A DJsonSerializationTest.php261 $navigator = $this->getMockBuilder(GraphNavigatorInterface::class)->getMock();
267 …$result = $visitor->$functionToCall($data, [], $this->getMockBuilder(SerializationContext::class)-…
/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 …$this->validator = $this->getMockBuilder('Symfony\Component\Validator\Validator\ValidatorInterface…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Naming/
H A DCamelCaseNamingStrategyTest.php25 …$mockProperty = $this->getMockBuilder('JMS\Serializer\Metadata\PropertyMetadata')->disableOriginal…
H A DIdenticalPropertyNamingStrategyTest.php26 …$mockProperty = $this->getMockBuilder('JMS\Serializer\Metadata\PropertyMetadata')->disableOriginal…

123