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

@@ -25,7 +25,7 @@ class ArraysTest extends BaseTestCase
private $complexArray;
private $superComplexArray;
public function verifyConstructor()
public function testConstructor()
{
static::assertHasNoConstructor(Arrays::class);
}