X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fbehat%2Fmink-extension%2Fspec%2FBehat%2FMinkExtension%2FServiceContainer%2FMinkExtensionSpec.php;fp=vendor%2Fbehat%2Fmink-extension%2Fspec%2FBehat%2FMinkExtension%2FServiceContainer%2FMinkExtensionSpec.php;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=c16533b5896eb60945ca8c314a36cab2b419256b;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/MinkExtensionSpec.php b/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/MinkExtensionSpec.php deleted file mode 100644 index c16533b58..000000000 --- a/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/MinkExtensionSpec.php +++ /dev/null @@ -1,18 +0,0 @@ -shouldHaveType('Behat\Testwork\ServiceContainer\Extension'); - } - - function it_is_named_mink() - { - $this->getConfigKey()->shouldReturn('mink'); - } -}