Skip to content

Commit

Permalink
cleaning up table prefix service
Browse files Browse the repository at this point in the history
  • Loading branch information
koddistortion committed Jun 10, 2015
1 parent f85a216 commit 481f80b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/Service/Doctrine/TablePrefixServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public function setUp(){
$this->prefixService = $this->createContainer()->get(TablePrefixService::SERVICE_ID);
}


public function testService(){
$this->assertInstanceOf('StingerSoft\PlatformBundle\Service\Doctrine\TablePrefixService', $this->prefixService);
}
Expand All @@ -85,8 +84,6 @@ public function testSubscribedEvents(){
$this->assertArraySubset(array('loadClassMetadata'), $this->prefixService->getSubscribedEvents());
}



public function testSingleInheritanceWithoutRoot(){
$cm = $this->mockEventArgs();
$cm->method('isInheritanceTypeSingleTable')->will($this->returnValue(true));
Expand Down

0 comments on commit 481f80b

Please sign in to comment.