Commit 541af6da authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #352

parents ed578ab2 c002dda2
This diff is collapsed.
...@@ -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