PHP 8.4.6 Released!

uopz_get_mock

(PECL uopz 5, PECL uopz 6, PECL uopz 7)

uopz_get_mockGet the current mock for a class

Açıklama

uopz_get_mock(string $class): mixed

Returns the current mock for class.

Bağımsız Değişkenler

class

The name of the mocked class.

Dönen Değerler

Either a string containing the name of the mock, or an object, or null if no mock has been set.

Örnekler

Örnek 1 uopz_get_mock() example

<?php
class A {
public static function
who() {
echo
"A";
}
}

class
mockA {
public static function
who() {
echo
"mockA";
}
}

uopz_set_mock(A::class, mockA::class);
echo
uopz_get_mock(A::class);
?>

Yukarıdaki örneğin çıktısı:

mockA

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant