Home
last modified time | relevance | path

Searched refs:getMock (Results 26 – 50 of 63) sorted by relevance

123

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DExpressionLanguageExclusionStrategyTest.php27 $this->context = $this->getMockBuilder(SerializationContext::class)->getMock();
32 ->getMock();
/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/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();
/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 …etMockBuilder('JMS\Serializer\Metadata\PropertyMetadata')->disableOriginalConstructor()->getMock();
H A DCamelCaseNamingStrategyTest.php25 …etMockBuilder('JMS\Serializer\Metadata\PropertyMetadata')->disableOriginalConstructor()->getMock();
/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/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMockBuilder.php104 public function getMock() function in PHPUnit_Framework_MockObject_MockBuilder
106 $object = $this->generator->getMock(
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php19 … = new Compiler(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock()));
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 …tor = $this->getMockBuilder('Symfony\Component\Validator\Validator\ValidatorInterface')->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DContextTest.php31 …Strategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock();
96 …Strategy = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php33 $mock = $this->getMock('stdClass', array('afterResponseCallback'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DTestTest.php36 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php87 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php154 return $generator->getMock($this->returnType, [], [], '', false);
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));

123