mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
6 lines
91 B
PHP
6 lines
91 B
PHP
<?php
|
|
abstract class AbstractMockTestClass
|
|
{
|
|
abstract public function doSomething();
|
|
}
|