Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit de81c86

Browse files
committed
zendframework/zendframework#6636 zendframework/zendframework#6637 - adding @group annotations for newly introduced tests
1 parent cd83324 commit de81c86

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/PHPUnit/Controller/AbstractControllerTestCaseTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,11 @@ public function testExplicityPutParamsOverrideRequestContent()
305305
$this->dispatch('/tests', 'PUT', array('a' => 1));
306306
$this->assertEquals('a=1', $this->getRequest()->getContent());
307307
}
308-
308+
309+
/**
310+
* @group 6636
311+
* @group 6637
312+
*/
309313
public function testCanHandleMultidimensionalParams()
310314
{
311315
$this->dispatch('/tests', 'PUT', array('a' => array('b' => 1)));

0 commit comments

Comments
 (0)