for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mezon\Service\Tests;
/**
* The file contains testing classes.
*/
*
* @author Dodonov A.A.
class TestingLogic extends \Mezon\Service\ServiceLogic
{
public function test()
return 'test';
}
public function test2()
return 'test2';