Skip to content

Commit

Permalink
Merge pull request #671 from WordPress/feature/test-fix-incorrect-cla…
Browse files Browse the repository at this point in the history
…ss-file-name
  • Loading branch information
schlessera authored Feb 7, 2022
2 parents 779b4d1 + f1ac11f commit ef6e8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CookiesTest.php → tests/CookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use WpOrg\Requests\Tests\TestCase;
use WpOrg\Requests\Utility\CaseInsensitiveDictionary;

final class CookiesTest extends TestCase {
final class CookieTest extends TestCase {
public function testBasicCookie() {
$cookie = new Cookie('requests-testcookie', 'testvalue');

Expand Down

0 comments on commit ef6e8eb

Please sign in to comment.