Skip to content

Commit

Permalink
Merge 0853c8f into 59bb965
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-gerneth committed Jan 10, 2021
2 parents 59bb965 + 0853c8f commit adae2b9
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 adae2b9

Please sign in to comment.