Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
anis
anis-server
Commits
70a847cb
Commit
70a847cb
authored
Oct 07, 2020
by
Tifenn Guillas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests => DONE
parent
0f2825d2
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
2 additions
and
16 deletions
+2
-16
tests/Action/AttributeActionTest.php
tests/Action/AttributeActionTest.php
+0
-1
tests/Action/AttributeListActionTest.php
tests/Action/AttributeListActionTest.php
+0
-1
tests/Action/CriteriaFamilyActionTest.php
tests/Action/CriteriaFamilyActionTest.php
+0
-1
tests/Action/CriteriaFamilyListActionTest.php
tests/Action/CriteriaFamilyListActionTest.php
+0
-1
tests/Action/DatasetActionTest.php
tests/Action/DatasetActionTest.php
+0
-2
tests/Action/DatasetListActionTest.php
tests/Action/DatasetListActionTest.php
+0
-3
tests/Action/DatasetListByInstanceActionTest.php
tests/Action/DatasetListByInstanceActionTest.php
+0
-2
tests/Action/InstanceActionTest.php
tests/Action/InstanceActionTest.php
+1
-0
tests/Action/InstanceListActionTest.php
tests/Action/InstanceListActionTest.php
+1
-0
tests/Action/OutputCategoryActionTest.php
tests/Action/OutputCategoryActionTest.php
+0
-1
tests/Action/OutputCategoryListActionTest.php
tests/Action/OutputCategoryListActionTest.php
+0
-1
tests/Action/OutputCategoryListByDatasetActionTest.php
tests/Action/OutputCategoryListByDatasetActionTest.php
+0
-1
tests/Action/OutputFamilyActionTest.php
tests/Action/OutputFamilyActionTest.php
+0
-1
tests/Action/OutputFamilyListActionTest.php
tests/Action/OutputFamilyListActionTest.php
+0
-1
No files found.
tests/Action/AttributeActionTest.php
View file @
70a847cb
...
...
@@ -228,7 +228,6 @@ final class AttributeActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
tests/Action/AttributeListActionTest.php
View file @
70a847cb
...
...
@@ -132,7 +132,6 @@ final class AttributeListActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
tests/Action/CriteriaFamilyActionTest.php
View file @
70a847cb
...
...
@@ -178,7 +178,6 @@ final class CriteriaFamilyActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
tests/Action/CriteriaFamilyListActionTest.php
View file @
70a847cb
...
...
@@ -179,7 +179,6 @@ final class CriteriaFamilyListActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
tests/Action/DatasetActionTest.php
View file @
70a847cb
...
...
@@ -134,7 +134,6 @@ final class DatasetActionTest extends TestCase
'count'
=>
5000
,
'vo'
=>
false
,
'data_path'
=>
'/mnt/dataset1'
,
'selectable_row'
=>
false
,
'config'
=>
'{}'
,
'id_dataset_family'
=>
1
);
...
...
@@ -199,7 +198,6 @@ final class DatasetActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
tests/Action/DatasetListActionTest.php
View file @
70a847cb
...
...
@@ -125,7 +125,6 @@ final class DatasetListActionTest extends TestCase
'count'
=>
10000
,
'vo'
=>
false
,
'data_path'
=>
'/mnt/dataset1'
,
'selectable_row'
=>
false
,
'config'
=>
'{}'
,
'project_name'
=>
'anis_project'
,
'id_dataset_family'
=>
1
...
...
@@ -191,7 +190,6 @@ final class DatasetListActionTest extends TestCase
$dataset1
->
setCount
(
10000
);
$dataset1
->
setVo
(
false
);
$dataset1
->
setDataPath
(
'/mnt/dataset1'
);
$dataset1
->
setSelectableRow
(
false
);
$dataset1
->
setProject
(
$project
);
$dataset1
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset1
);
...
...
@@ -204,7 +202,6 @@ final class DatasetListActionTest extends TestCase
$dataset2
->
setCount
(
5000
);
$dataset2
->
setVo
(
false
);
$dataset2
->
setDataPath
(
'/mnt/dataset2'
);
$dataset2
->
setSelectableRow
(
false
);
$dataset2
->
setProject
(
$project
);
$dataset2
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset2
);
...
...
tests/Action/DatasetListByInstanceActionTest.php
View file @
70a847cb
...
...
@@ -130,7 +130,6 @@ final class DatasetListByInstanceActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
@@ -143,7 +142,6 @@ final class DatasetListByInstanceActionTest extends TestCase
$dataset2
->
setCount
(
5000
);
$dataset2
->
setVo
(
false
);
$dataset2
->
setDataPath
(
'/mnt/observations'
);
$dataset2
->
setSelectableRow
(
false
);
$dataset2
->
setProject
(
$project
);
$dataset2
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset2
);
...
...
tests/Action/InstanceActionTest.php
View file @
70a847cb
...
...
@@ -70,6 +70,7 @@ final class InstanceActionTest extends TestCase
$fields
=
array
(
'label'
=>
'AspiC'
,
'client_url'
=>
'http://aspic.lam.fr'
,
'config'
=>
'{}'
,
'nb_dataset_families'
=>
0
,
'nb_datasets'
=>
0
);
...
...
tests/Action/InstanceListActionTest.php
View file @
70a847cb
...
...
@@ -63,6 +63,7 @@ final class InstanceListActionTest extends TestCase
'name'
=>
'aspic'
,
'label'
=>
'Aspic'
,
'client_url'
=>
'http://cesam.lam.fr/aspic'
,
'config'
=>
'{}'
,
'nb_dataset_families'
=>
0
,
'nb_datasets'
=>
0
);
...
...
tests/Action/OutputCategoryActionTest.php
View file @
70a847cb
...
...
@@ -197,7 +197,6 @@ final class OutputCategoryActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
tests/Action/OutputCategoryListActionTest.php
View file @
70a847cb
...
...
@@ -173,7 +173,6 @@ final class OutputCategoryListActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
tests/Action/OutputCategoryListByDatasetActionTest.php
View file @
70a847cb
...
...
@@ -147,7 +147,6 @@ final class OutputCategoryListByDatasetActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
tests/Action/OutputFamilyActionTest.php
View file @
70a847cb
...
...
@@ -178,7 +178,6 @@ final class OutputFamilyActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
tests/Action/OutputFamilyListActionTest.php
View file @
70a847cb
...
...
@@ -179,7 +179,6 @@ final class OutputFamilyListActionTest extends TestCase
$dataset
->
setCount
(
10000
);
$dataset
->
setVo
(
false
);
$dataset
->
setDataPath
(
'/mnt/obs_cat'
);
$dataset
->
setSelectableRow
(
false
);
$dataset
->
setProject
(
$project
);
$dataset
->
setDatasetFamily
(
$family
);
$this
->
entityManager
->
persist
(
$dataset
);
...
...
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