浏览代码

Fixed test class name to follow standard

Illya Klymov 13 年之前
父节点
当前提交
5a53ccf577
共有 1 个文件被更改,包括 1 次插入1 次删除
  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";