X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FNode%2FStepNodeTest.php;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FNode%2FStepNodeTest.php;h=0000000000000000000000000000000000000000;hp=d334415d686fa9404641938d790a55e5d355f26b;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Node/StepNodeTest.php b/vendor/behat/gherkin/tests/Behat/Gherkin/Node/StepNodeTest.php deleted file mode 100644 index d334415d6..000000000 --- a/vendor/behat/gherkin/tests/Behat/Gherkin/Node/StepNodeTest.php +++ /dev/null @@ -1,20 +0,0 @@ -setExpectedException('Behat\Gherkin\Exception\NodeException'); - - new StepNode('Gangway!', 'I am on the page:', array( - new PyStringNode(array('one', 'two'), 11), - new TableNode(array(array('one', 'two'))), - ), 10, 'Given'); - } -}