fix namespaces and references
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
namespace Tests\Unit;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Core\RateLimiter\RateLimiterInterface;
|
||||
use Core\RateLimiter\InMemoryRateLimiter;
|
||||
use Api\Core\RateLimiter\InMemoryRateLimiter;
|
||||
|
||||
final class SomeControllerTest extends TestCase {
|
||||
public function testRateLimitedPath() {
|
||||
|
||||
Reference in New Issue
Block a user