Skip to content

Commit

Permalink
bugfix: fix type in test method name
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Aug 2, 2021
1 parent 3744c2a commit ffc597b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractCommonAdapterTest.php
Expand Up @@ -878,7 +878,7 @@ public function testSetAndIncrementItems(): void
], $result);
}

public function testIncrementItemsResturnsKeyValuePairsOfWrittenItems(): void
public function testIncrementItemsReturnsKeyValuePairsOfWrittenItems(): void
{
self::assertTrue($this->storage->setItem('key1', 10));

Expand Down

0 comments on commit ffc597b

Please sign in to comment.