Explorar o código

Fixed test class name to follow standard

Illya Klymov %!s(int64=13) %!d(string=hai) anos
pai
achega
5a53ccf577
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Gedmo/Tree/InMemoryUpdatesWithInheritanceTest.php

+ 1 - 1
tests/Gedmo/Tree/InMemoryUpdatesWithInheritanceTest.php

@@ -15,7 +15,7 @@ use Tree\Fixture\Genealogy\Woman;
  * @link http://www.gediminasm.org
  * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
  */
-class InMemoryUpdatesWithInheritance extends BaseTestCaseORM
+class InMemoryUpdatesWithInheritanceTest extends BaseTestCaseORM
 {
 
     const PERSON = "Tree\\Fixture\\Genealogy\\Person";