for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Author: Stanislav Tsepeniuk <[email protected]>
* Date: 2019-04-05
* Time: 19:01
*/
namespace DJStarCOM\BookingComSDK\Test;
use PHPUnit\Framework\TestCase;
class BookingComSDKTest extends TestCase
{
public function testCanInitService()
//TODO: make test
}