for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: alex
* Date: 23.04.17
* Time: 22:03
*/
namespace InvoiceNinjaModuleTest\Service;
use InvoiceNinjaModule\Service\InvoiceManager;
use PHPUnit\Framework\TestCase;
class InvoiceManagerTest extends TestCase
{
public function testCreate()
self::assertTrue(true);
}