1 | <?php |
||
15 | trait CrudsTestCaseTrait |
||
16 | { |
||
17 | /** @var string */ |
||
18 | static protected $class; |
||
19 | /** @var KernelInterface */ |
||
20 | static protected $kernel; |
||
21 | |||
22 | public function getKernelClasses() |
||
29 | |||
30 | /** |
||
31 | * @throws \Doctrine\ORM\Tools\ToolsException |
||
32 | */ |
||
33 | protected static function configureDb() |
||
59 | |||
60 | protected static function setKernelClass($kernel) |
||
64 | } |
||
65 |