| 1 | <?php |
||
| 8 | class RequestVoterTest extends \PHPUnit_Framework_TestCase { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @var RequestVoter |
||
| 12 | */ |
||
| 13 | protected $object; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Sets up the fixture, for example, opens a network connection. |
||
| 17 | * This method is called before a test is executed. |
||
| 18 | */ |
||
| 19 | protected function setUp() { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Tears down the fixture, for example, closes a network connection. |
||
| 25 | * This method is called after a test is executed. |
||
| 26 | */ |
||
| 27 | protected function tearDown() { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @covers AppBundle\Menu\RequestVoter::matchItem |
||
| 33 | * @todo Implement testMatchItem(). |
||
| 34 | */ |
||
| 35 | public function testMatchItem() { |
||
| 41 | |||
| 42 | } |
||
| 43 |
This check looks for function calls that miss required arguments.