Commit 778943d9 authored by Chivy Lim's avatar Chivy Lim

[BUGFIX] Fix functional test of Doctrine mapping field

parent a1eff84f
......@@ -12,6 +12,7 @@ namespace WE\SpreadsheetImport\Tests\Functional\Fixtures\Domain\Model;
* */
use TYPO3\Flow\Annotations as Flow;
use Doctrine\ORM\Mapping as ORM;
use WE\SpreadsheetImport\Annotations as SpreadsheetImport;
/**
......@@ -45,6 +46,7 @@ class ImportTarget {
/**
* @var ImportTargetCategory
* @ORM\ManyToOne
*/
protected $category;
......
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