Skip to content

Instantly share code, notes, and snippets.

View steviebiddles's full-sized avatar

Stephen McAuley steviebiddles

  • Belfast, UK
View GitHub Profile
<?php
require_once dirname(__DIR__).'/../../../../app/AppKernel.php';
/**
* Test case class helpful with Entity tests requiring the database interaction.
* For regular entity tests it's better to extend standard \PHPUnit_Framework_TestCase instead.
*/
abstract class KernelAwareTest extends \PHPUnit_Framework_TestCase
{