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