(PECL uopz 5, PECL uopz 6, PECL uopz 7)
uopz_unset_mock — Unset previously set mock
class
The name of the mocked class.
Nessun valore viene restituito.
A RuntimeException is thrown, if no mock was previously
set for class
.
Example #1 uopz_unset_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);
uopz_unset_mock(A::class);
A::who();
?>
Il precedente esempio visualizzerà:
A
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