Skip to content

Instantly share code, notes, and snippets.

View cakper's full-sized avatar
🎯
Focusing

Kacper Gunia cakper

🎯
Focusing
View GitHub Profile
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
@jakzal
jakzal / KernelAwareTest.php
Last active October 16, 2022 11:08
KernelAwareTest
<?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
{