Tests - fix names of constructors' tests

This commit is contained in:
Meritoo
2017-10-02 15:56:53 +02:00
parent 4683970c87
commit e5e39651f3
12 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ use Meritoo\Common\Utilities\Uri;
*/
class UriTest extends BaseTestCase
{
public function verifyConstructor()
public function testConstructor()
{
static::assertHasNoConstructor(Uri::class);
}