| Current Path : /var/www/html/vendor/codeception/codeception/src/Codeception/Lib/Interfaces/ |
| Current File : /var/www/html/vendor/codeception/codeception/src/Codeception/Lib/Interfaces/DoctrineProvider.php |
<?php
namespace Codeception\Lib\Interfaces;
interface DoctrineProvider
{
public function _getEntityManager();
}