Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DescapingTest.php154 …$this->env = new \Twig\Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DCachingStreamTest.php56 $d = $this->getMockBuilder('GuzzleHttp\Stream\CachingStream')
H A DStreamDecoratorTraitTest.php37 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DUtilsTest.php101 $s = $this->getMockBuilder('GuzzleHttp\Stream\Stream')
/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/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php192 $this->context = $this->getMockBuilder(Context::class)->getMock();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php67 $parserMock = $this->getMockBuilder(ParserInterface::class)
/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…

123