Skip to content

Commit 3a9ceb3

Browse files
committed
Update
1 parent 4e5c351 commit 3a9ceb3

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"minus-x check . -q",
4040
"phpcs -sp",
4141
"@phan",
42-
"phpunit --exclude-group auth",
42+
"phpunit",
4343
"git status | grep 'nothing to commit, working tree clean'"
4444
]
4545
}

tests/ApiMethodGroup/PhotosApiTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
use Samwilson\PhpFlickr\Tests\TestCase;
88
use Samwilson\PhpFlickr\Util;
99

10-
/**
11-
* @group auth
12-
*/
1310
class PhotosApiTest extends TestCase
1411
{
1512
/** @var int */

tests/ApiMethodGroup/PhotosetsApiTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
use Samwilson\PhpFlickr\Tests\TestCase;
66

7-
/**
8-
* @group auth
9-
*/
107
class PhotosetsApiTest extends TestCase
118
{
129
protected $testPhotoId;

0 commit comments

Comments
 (0)