Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
WE.SpreadsheetImport
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
packages
WE.SpreadsheetImport
Commits
778943d9
Commit
778943d9
authored
Nov 07, 2016
by
Chivy Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUGFIX] Fix functional test of Doctrine mapping field
parent
a1eff84f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Tests/Functional/Fixtures/Domain/Model/ImportTarget.php
Tests/Functional/Fixtures/Domain/Model/ImportTarget.php
+2
-0
No files found.
Tests/Functional/Fixtures/Domain/Model/ImportTarget.php
View file @
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment