BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
/
pdf
/
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