* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Behat\Behat\HelperContainer; class_alias( interface_exists('Interop\\Container\\ContainerInterface') ? 'Interop\\Container\\ContainerInterface' : 'Psr\\Container\\ContainerInterface', 'Behat\\Behat\\HelperContainer\\ContainerInterface' ); if (false) { /** * @internal */ interface ContainerInterface { } }