Add missing docblock

This commit is contained in:
Sebastian Bergmann 2015-01-24 10:44:01 +01:00
parent 4e1dcac9ea
commit e469f62cdd
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ namespace SebastianBergmann\Exporter;
*/
class ExporterTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Exporter
*/
private $exporter;
protected function setUp()