for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: arthur
* Date: 03.10.18
* Time: 22:58.
*/
namespace Foundation\Tests;
use Tests\TestCase;
class CommandRegistrationTest extends TestCase
{
public function testCommandsBeingRegistered()
//TODO test command registration
$this->assertNull(null);
}