for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ScayTrase\Api\Cruds\Tests\Configuration;
use ScayTrase\Api\Cruds\Tests\AbstractCrudsWebTest;
class ConfigurationTest extends AbstractCrudsWebTest
{
/**
* @dataProvider getKernelClasses
*
* @param $kernel
*/
public function testConfigurationParsing($kernel)
self::createAndBootKernel($kernel);
self::assertKernelBooted();
}