Home
last modified time | relevance | path

Searched refs:atLeastOnce (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrinePHPCRDriverTest.php107 $registry->expects($this->atLeastOnce())
H A DDoctrineDriverTest.php150 $registry->expects($this->atLeastOnce())
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php62 $mock->expects($this->atLeastOnce())
73 $mock->expects($this->atLeastOnce())
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php266 $cache->expects($this->atLeastOnce())
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1533 function atLeastOnce() function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1825 public static function atLeastOnce() function in PHPUnit_Framework_TestCase