for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace leocata\M1\Tests\Mock;
use leocata\M1\Api;
class MockApi extends Api
{
public function getCallbackMethod(string $data)
return parent::getCallbackMethod($data);
}