X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fbehat%2Fsrc%2FBehat%2FBehat%2FContext%2FArgument%2FArgumentResolverFactory.php;fp=vendor%2Fbehat%2Fbehat%2Fsrc%2FBehat%2FBehat%2FContext%2FArgument%2FArgumentResolverFactory.php;h=0000000000000000000000000000000000000000;hp=708c38bc715cb6f6f958ee01039376d1768e4e5f;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/behat/src/Behat/Behat/Context/Argument/ArgumentResolverFactory.php b/vendor/behat/behat/src/Behat/Behat/Context/Argument/ArgumentResolverFactory.php deleted file mode 100644 index 708c38bc7..000000000 --- a/vendor/behat/behat/src/Behat/Behat/Context/Argument/ArgumentResolverFactory.php +++ /dev/null @@ -1,32 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Behat\Behat\Context\Argument; - -use Behat\Testwork\Environment\Environment; - -/** - * Creates argument resolvers for provided environment. - * - * @see ContextEnvironmentHandler - * - * @author Konstantin Kudryashov - */ -interface ArgumentResolverFactory -{ - /** - * Builds argument resolvers for provided suite. - * - * @param Environment $environment - * - * @return ArgumentResolver[] - */ - public function createArgumentResolvers(Environment $environment); -}