Home
last modified time | relevance | path

Searched refs:returnCallback (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php23 ->will($this->returnCallback(function ($class) {
31 ->will($this->returnCallback(function ($class) {
51 ->will($this->returnCallback(function ($class) {
59 ->will($this->returnCallback(function ($class) {
78 ->will($this->returnCallback(function ($class) {
222 ->will($this->returnCallback(function () use (&$cachedMetadata) {
229 ->will($this->returnCallback(function ($metadata) use (&$cachedMetadata) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php271 ->will($this->returnCallback('functionCallback'));
340 ->will($this->returnCallback(['MethodCallback', 'staticCallback']));
353 ->will($this->returnCallback([new MethodCallback, 'nonStaticCallback']));
588 $this->returnCallback(
616 $this->returnCallback(
822 ->will($this->returnCallback([$foo, 'callback']));
843 ->will($this->returnCallback(
873 ->will($this->returnCallback([$foo, 'callback']));
895 ->will($this->returnCallback([$foo, 'callback']));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php68 ->will($this->returnCallback(function ($record) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php61 …->will($this->returnCallback(static function ($passedMetadata, $passedContext) use ($metadata, $co…
68 …->will($this->returnCallback(static function ($propertyMetadata, $passedContext) use ($context, $m…
H A DContextTest.php99 …->will($this->returnCallback(static function (ClassMetadata $classMetadata, SerializationContext $…
117 …->will($this->returnCallback(static function (PropertyMetadata $propertyMetadata, SerializationCon…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php107 ->will($this->returnCallback(function () {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php2068 function returnCallback($callback) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1918 public static function returnCallback($callback) function in PHPUnit_Framework_TestCase