mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-21 21:44:26 +00:00
init
This commit is contained in:
@@ -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