Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Dec 18, 2024
1 parent 4e5c351 commit 3a9ceb3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"minus-x check . -q",
"phpcs -sp",
"@phan",
"phpunit --exclude-group auth",
"phpunit",
"git status | grep 'nothing to commit, working tree clean'"
]
}
Expand Down
3 changes: 0 additions & 3 deletions tests/ApiMethodGroup/PhotosApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
use Samwilson\PhpFlickr\Tests\TestCase;
use Samwilson\PhpFlickr\Util;

/**
* @group auth
*/
class PhotosApiTest extends TestCase
{
/** @var int */
Expand Down
3 changes: 0 additions & 3 deletions tests/ApiMethodGroup/PhotosetsApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

use Samwilson\PhpFlickr\Tests\TestCase;

/**
* @group auth
*/
class PhotosetsApiTest extends TestCase
{
protected $testPhotoId;
Expand Down

0 comments on commit 3a9ceb3

Please sign in to comment.