Commit ef1b99dc authored by Jeremy Mikola's avatar Jeremy Mikola

Fix indentation

parent ed578ab2
...@@ -22,9 +22,9 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase ...@@ -22,9 +22,9 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase
*/ */
protected function getCollectionName() protected function getCollectionName()
{ {
$class = new ReflectionClass($this); $class = new ReflectionClass($this);
return sprintf('%s.%s', $class->getShortName(), hash('crc32b', $this->getName())); return sprintf('%s.%s', $class->getShortName(), hash('crc32b', $this->getName()));
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment