first commit
This commit is contained in:
12
vendor/phpunit/phpunit-mock-objects/tests/_fixture/StaticMockTestClass.php
vendored
Normal file
12
vendor/phpunit/phpunit-mock-objects/tests/_fixture/StaticMockTestClass.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
class StaticMockTestClass
|
||||
{
|
||||
public static function doSomething()
|
||||
{
|
||||
}
|
||||
|
||||
public static function doSomethingElse()
|
||||
{
|
||||
return static::doSomething();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user