Skip to content

Commit

Permalink
The word inexistent is non-existent, what do you think about using no…
Browse files Browse the repository at this point in the history
…n-existent instead?
  • Loading branch information
sebastianbergmann committed May 6, 2019
1 parent 92fd54b commit b2da7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Runner/DefaultTestResultCacheTest.php
Expand Up @@ -27,7 +27,7 @@ protected function setUp(): void
$this->subject = new DefaultTestResultCache();
}

public function testGetTimeForInexistentTestNameReturnsZero(): void
public function testGetTimeForNonExistentTestNameReturnsZero(): void
{
$this->assertSame(0.0, $this->subject->getTime('doesNotExist'));
}
Expand Down

0 comments on commit b2da7e6

Please sign in to comment.