1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-18 19:42:21 +01:00

Make test name more unique

This commit is contained in:
Brown 2019-03-28 17:18:11 -04:00
parent 8592121799
commit da2b5ff570

View File

@ -167,7 +167,7 @@ class ThrowsAnnotationTest extends TestCase
/**
* @return void
*/
public function testDocumentedThrowInFunctionCall()
public function testDocumentedThrowInFunctionCallWithThrow()
{
Config::getInstance()->check_for_throws_docblock = true;