Searched refs:mock_functions (Results 1 – 2 of 2) sorted by relevance
37 if (TestCase::$mock_functions === null) {41 return TestCase::$mock_functions->iniGet(...$args);51 self::$mock_functions = $this->createMock(MockGlobalFunctions::class);58 self::$mock_functions = null;67 self::$mock_functions81 self::$mock_functions99 self::$mock_functions
59 public static ?object $mock_functions = null; variable in Fisharebest\\Webtrees\\TestCase