Skip to content

Instantly share code, notes, and snippets.

View rieschl's full-sized avatar

Thomas Rieschl rieschl

View GitHub Profile
@rieschl
rieschl / AbstractFunctionalTest.php
Created October 26, 2019 19:03 — forked from marcguyer/AbstractFunctionalTest.php
Functional test abstract using phpunit, Expressive, Doctrine ORM, OAuth2, PSR7, PSR15
<?php
declare(strict_types=1);
namespace FunctionalTest;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Tools\SchemaTool;
use PHPUnit\Framework\TestCase;
use Psr\Container\ContainerInterface;