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

Commit

Permalink
Browse files Browse the repository at this point in the history
…dding missing `@group` docblock referencing the pull request that introduced the test
  • Loading branch information
Ocramius committed Nov 27, 2014
1 parent ccbbaac commit c26ce3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/CreditCardTest.php
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 c26ce3e

Please sign in to comment.