Skip to content

Commit

Permalink
Simplified the mock object
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jul 6, 2012
1 parent 7f681a3 commit cbb4aff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ protected function initializeReflection(ClassMetadata $class, ReflectionService

protected function isEntity(ClassMetadata $class)
{
return isset($class->isMappedSuperclass) && $class->isMappedSuperclass === false;
return true;
}
}

Expand Down

0 comments on commit cbb4aff

Please sign in to comment.