commitall
This commit is contained in:
15
hostel/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractTrait.php
vendored
Normal file
15
hostel/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractTrait.php
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
trait AbstractTrait
|
||||
{
|
||||
abstract public function doSomething();
|
||||
|
||||
public function mockableMethod()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function anotherMockableMethod()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user