Home
last modified time | relevance | path

Searched refs:getMockBuilder (Results 26 – 50 of 58) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php21 $env = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock());
81 …$val = twig_random(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(…
88 …$this->assertSame('', twig_random(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
100 …twig_random(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock()), []);
109 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
125 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
139 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
159 …twig_escape_filter(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(…
167 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
189 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
[all …]
/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/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php20 …$env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' …
32 …$env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' …
48 …$env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' …
62 …$env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php90 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
130 … $twig = new Environment($this->getMockBuilder('Twig_TemplateTestLoaderInterface')->getMock());
178 … $twig = new Environment($this->getMockBuilder('Twig_TemplateTestLoaderInterface')->getMock());
224 … $twig = new Environment($this->getMockBuilder('Twig_TemplateTestLoaderInterface')->getMock());
233 …$template = new Twig_TemplateTest(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
261 …$template = new Twig_TemplateTest(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
271 …$template = new Twig_TemplateTest(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
293 …$template = new Twig_TemplateTest(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
303 …$template = new Twig_TemplateTest(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
310 …$template = new Twig_TemplateTest(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
[all …]
H A DCompilerTest.php19 …$compiler = new Compiler(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->ge…
H A DContainerRuntimeLoaderTest.php21 $container = $this->getMockBuilder('Psr\Container\ContainerInterface')->getMock();
35 $container = $this->getMockBuilder('Psr\Container\ContainerInterface')->getMock();
H A DescapingTest.php154 …$this->env = new \Twig\Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DExpressionLanguageExclusionStrategyTest.php27 $this->context = $this->getMockBuilder(SerializationContext::class)->getMock();
30 $this->expressionEvaluator = $this->getMockBuilder(ExpressionEvaluator::class)
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 …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
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();
H A DDateHandlerTest.php47 $context = $this->getMockBuilder(SerializationContext::class)->getMock();
49 $visitor = $this->getMockBuilder(SerializationVisitorInterface::class)->getMock();
/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 DDoctrineDriverTest.php149 $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)
/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/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/twig/twig/test/Twig/Tests/Node/Expression/
H A DFilterTest.php35 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
H A DTestTest.php36 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->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/src/Framework/
H A DTestCase.php1445 public function getMockBuilder($className) function in PHPUnit_Framework_TestCase
1461 return $this->getMockBuilder($originalClassName)
1502 return $this->getMockBuilder($originalClassName)
1571 return $this->getMockBuilder($originalClassName)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DProxyObjectTest.php15 $proxy = $this->getMockBuilder(Bar::class)
29 $proxy = $this->getMockBuilder(MethodCallbackByReference::class)
H A DMockBuilderTest.php15 $mock = $this->getMockBuilder(Mockable::class)->getMock();
22 $mock = $this->getMockBuilder(Mockable::class)->getMock();
30 $mock = $this->getMockBuilder(Mockable::class)
40 $mock = $this->getMockBuilder(Mockable::class)
50 $mock = $this->getMockBuilder(Mockable::class)
67 $mock = $this->getMockBuilder(Mockable::class)
76 $mock = $this->getMockBuilder(Mockable::class)
85 $mock = $this->getMockBuilder(Mockable::class)
94 $mock = $this->getMockBuilder(Mockable::class)
104 $mock = $this->getMockBuilder(Mockable::class)
[all …]

123