Sfoglia il codice sorgente

Fixed test class name to follow standard

Illya Klymov 13 anni fa
parent
commit
5a53ccf577

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

@@ -15,7 +15,7 @@ use Tree\Fixture\Genealogy\Woman;
  * @link http://www.gediminasm.org
  * @link http://www.gediminasm.org
  * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
  * @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";
     const PERSON = "Tree\\Fixture\\Genealogy\\Person";