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

@@ -23,7 +23,7 @@ class XmlTest extends BaseTestCase
private $simpleXml;
private $advancedXml;
public function verifyConstructor()
public function testConstructor()
{
static::assertHasNoConstructor(Xml::class);
}