Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
0.00%
0 / 1
0.00%
0 / 1
CRAP
0.00%
0 / 3
Action
0.00%
0 / 1
0.00%
0 / 1
2
0.00%
0 / 3
 getName()
0.00%
0 / 1
2
0.00%
0 / 3
<?php
namespace Codeception\Step;
class Action extends \Codeception\Step {
public function getName() {
return 'Action';
}
}