Kohana v3.3.0
This commit is contained in:
5
vendor/phpunit/phpunit-mock-objects/Tests/_files/AbstractMockTestClass.php
vendored
Normal file
5
vendor/phpunit/phpunit-mock-objects/Tests/_files/AbstractMockTestClass.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
abstract class AbstractMockTestClass
|
||||
{
|
||||
abstract public function doSomething();
|
||||
}
|
Reference in New Issue
Block a user