wallabag/tests/object-manager.php

14 lines
275 B
PHP
Raw Permalink Normal View History

2023-11-16 08:36:47 +00:00
<?php
/**
* Required for PHPStan.
*
* @see https://github.com/phpstan/phpstan-doctrine#configuration
*/
require __DIR__ . '/../vendor/autoload.php';
$kernel = new AppKernel('test', true);
$kernel->boot();
return $kernel->getContainer()->get('doctrine')->getManager();