@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
class PartialMockTestClass
|
||||
{
|
||||
public $constructorCalled = FALSE;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->constructorCalled = TRUE;
|
||||
}
|
||||
|
||||
public function doSomething()
|
||||
{
|
||||
}
|
||||
|
||||
public function doAnotherThing()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user