Skip to content

Commit

Permalink
Annotate tests that can be medium/large in pdo-event-store
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-gerneth committed Jan 10, 2021
1 parent 59bb965 commit 0853c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/AbstractEventStoreTest.php
Expand Up @@ -1014,6 +1014,7 @@ public function it_can_check_for_stream_existence(): void

/**
* @test
* @medium
*/
public function it_fetches_stream_names(): void
{
Expand Down Expand Up @@ -1077,6 +1078,7 @@ public function it_throws_exception_when_fetching_stream_names_using_invalid_reg

/**
* @test
* @medium
*/
public function it_fetches_stream_categories(): void
{
Expand Down
4 changes: 2 additions & 2 deletions tests/Projection/AbstractProjectionManagerTest.php
Expand Up @@ -32,7 +32,7 @@ abstract class AbstractProjectionManagerTest extends TestCase

/**
* @test
* @medium
* @large
*/
public function it_fetches_projection_names(): void
{
Expand Down Expand Up @@ -158,7 +158,7 @@ public function it_throws_exception_when_fetching_projection_names_using_invalid

/**
* @test
* @medium
* @large
*/
public function it_fetches_projection_names_using_regex(): void
{
Expand Down

0 comments on commit 0853c8f

Please sign in to comment.