for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LAG\AdminBundle\Tests\DependencyInjection\CompilerPass;
use LAG\AdminBundle\Tests\AdminTestBase;
class FieldCompilerPassTest extends AdminTestBase
{
/**
* Process method should add the definition of the tagged services to the data providers factory.
*/
public function testProcess()
// TODO WIP
$this->assertTrue(true);
}