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

Commit

Permalink
#6927 #6278 - adding missing @group docblock referencing the pull r…
Browse files Browse the repository at this point in the history
…equest that introduced the test
  • Loading branch information
Ocramius committed Nov 27, 2014
1 parent fd12813 commit d3d0816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ZendTest/Validator/CreditCardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ public function jcbValues()
* Test JCB number validity
*
* @dataProvider jcbValues
* @group issue-6278
*
* @group 6278
* @group 6927
*/
public function testJcbCard($input, $expected)
{
Expand Down

0 comments on commit d3d0816

Please sign in to comment.