for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AntiMattr\Bundle\MongoDBMigrationsBundle\Command;
use PHPUnit\Framework\TestCase;
/**
* @author Douglas Reith <[email protected]>
*/
class MigrationsExecuteCommandTest extends TestCase
{
public static function testCommandIsEnabled()
$command = new MigrationsExecuteCommand();
self::assertTrue($command->isEnabled());
}