| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 11 | public function testThatStepCanHaveOnlyOneArgument() |
||
| 12 | { |
||
| 13 | $this->setExpectedException('Behat\Gherkin\Exception\NodeException'); |
||
|
|
|||
| 14 | |||
| 15 | new StepNode('Gangway!', 'I am on the page:', array( |
||
| 16 | new PyStringNode(array('one', 'two'), 11), |
||
| 17 | new TableNode(array(array('one', 'two'))), |
||
| 18 | ), 10, 'Given'); |
||
| 19 | } |
||
| 20 | } |
||
| 21 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.