Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
local
/
wp
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
📤 Upload
📝 New File
📁 New Folder
Close
Editing: PartialMockTestClass.php
<?php class PartialMockTestClass { public $constructorCalled = false; public function __construct() { $this->constructorCalled = true; } public function doSomething() { } public function doAnotherThing() { } }
Save
Cancel