Commit a3f6abc0 authored by Simon Gadient's avatar Simon Gadient

Merge branch 'TASK' into 'master'

[BUGFIX] Fix functional test of Doctrine mapping field



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