소스 검색

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";