We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225621e commit 23a2922Copy full SHA for 23a2922
README.md
@@ -35,7 +35,7 @@ public function testGetToys()
35
$this->assertEquals($decoded[2]['name'], 'Optimus Prime'));
36
}
37
```
38
-With php-matcher, you can make it more readable to the person reading the test:
+With php-matcher, you can make it more readable:
39
```php
40
public function testGetToys()
41
{
0 commit comments