Optimized unit tests for new data structure

This commit is contained in:
Kevin Frantz
2018-11-04 12:06:44 +01:00
parent c060dff873
commit f2868d9259
3 changed files with 10 additions and 6 deletions

View File

@@ -26,6 +26,5 @@ final class NameSource extends AbstractDataSource implements NameSourceInterface
public function __construct()
{
parent::__construct();
$this->name = '';
}
}