Kohana v3.3.0
This commit is contained in:
12
vendor/phpunit/phpunit-mock-objects/Tests/_files/StaticMockTestClass.php
vendored
Normal file
12
vendor/phpunit/phpunit-mock-objects/Tests/_files/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