This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/watch?v=iCg6t5iedEw incorrect transcript | |
0:00 but tanker I'm inside I for one flows you that don't know me my name is no up | |
0:05 in countries meet up strapped I | |
0:07 about 4-5 months now and the first meet up I went to was actually | |
0:12 casper's sad rabbits ok and so | |
0:16 also ask one spot by asking to find an application for a while | |
0:20 and so we gave a guy since we could find a use case for it | |
0:23 and then you have no but foolish label so trust quite | |
0:27 ego I tweeted miss I |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
{ |