Home
last modified time | relevance | path

Searched refs:getMockBuilder (Results 26 – 50 of 58) sorted by relevance

123

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php16 $mockSerializer = $this->getMockBuilder('JMS\Serializer\SerializerInterface')->getMock();
41 $mockSerializer = $this->getMockBuilder('JMS\Serializer\SerializerInterface')->getMock();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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')
/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/Metadata/Driver/
H A DDoctrinePHPCRDriverTest.php94 $session = $this->getMockBuilder('PHPCR\SessionInterface')->getMock();
106 $registry = $this->getMockBuilder('Doctrine\Common\Persistence\ManagerRegistry')->getMock();
H A DDoctrineDriverTest.php149 $registry = $this->getMockBuilder('Doctrine\Common\Persistence\ManagerRegistry')->getMock();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php45 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
202 …$twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['debug'…
H A DDeprecatedTest.php61 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php109 $loader1 = $this->getMockBuilder('Twig_ChainTestLoaderWithExistsInterface')->getMock();
114 $loader2 = $this->getMockBuilder('Twig_ChainTestLoaderInterface')->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DDateHandlerTest.php47 $context = $this->getMockBuilder(SerializationContext::class)->getMock();
49 $visitor = $this->getMockBuilder(SerializationVisitorInterface::class)->getMock();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2382/
H A DIssue2382Test.php18 $this->getMockBuilder(\Exception::class)->getMock()
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Naming/
H A DIdenticalPropertyNamingStrategyTest.php26 …$mockProperty = $this->getMockBuilder('JMS\Serializer\Metadata\PropertyMetadata')->disableOriginal…
H A DCamelCaseNamingStrategyTest.php25 …$mockProperty = $this->getMockBuilder('JMS\Serializer\Metadata\PropertyMetadata')->disableOriginal…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Util/
H A DDeprecationCollectorTest.php23 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php19 …$compiler = new Compiler(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->ge…
H A DCustomExtensionTest.php30 $env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php21 … $this->env = $this->getMockBuilder('Twig_Environment')->disableOriginalConstructor()->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/
H A DContextTest.php31 …$exclusionStrategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')-…
96 …$exclusionStrategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')-…
H A DJsonSerializationTest.php261 $navigator = $this->getMockBuilder(GraphNavigatorInterface::class)->getMock();
267 …$result = $visitor->$functionToCall($data, [], $this->getMockBuilder(SerializationContext::class)-…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DTestTest.php36 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
H A DFunctionTest.php33 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
H A DFilterTest.php35 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php115 return $this->getMockBuilder('SebastianBergmann\GlobalState\Blacklist')

123