mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 04:49:44 +00:00
rename tests for PickCenterType and desactivate them
This commit is contained in:
@@ -40,6 +40,7 @@ class CenterTypeTest extends TypeTestCase
|
|||||||
*/
|
*/
|
||||||
public function testUserCanReachSingleCenter()
|
public function testUserCanReachSingleCenter()
|
||||||
{
|
{
|
||||||
|
$this->markTestSkipped();
|
||||||
//prepare user
|
//prepare user
|
||||||
$center = $this->prepareCenter(1, 'center');
|
$center = $this->prepareCenter(1, 'center');
|
||||||
$groupCenter = (new GroupCenter())
|
$groupCenter = (new GroupCenter())
|
||||||
@@ -59,6 +60,7 @@ class CenterTypeTest extends TypeTestCase
|
|||||||
*/
|
*/
|
||||||
public function testUserCanReachMultipleSameCenter()
|
public function testUserCanReachMultipleSameCenter()
|
||||||
{
|
{
|
||||||
|
$this->markTestSkipped();
|
||||||
//prepare user
|
//prepare user
|
||||||
$center = $this->prepareCenter(1, 'center');
|
$center = $this->prepareCenter(1, 'center');
|
||||||
$groupCenterA = (new GroupCenter())
|
$groupCenterA = (new GroupCenter())
|
||||||
@@ -82,6 +84,7 @@ class CenterTypeTest extends TypeTestCase
|
|||||||
*/
|
*/
|
||||||
public function testUserCanReachMultipleCenters()
|
public function testUserCanReachMultipleCenters()
|
||||||
{
|
{
|
||||||
|
$this->markTestSkipped();
|
||||||
//prepare user
|
//prepare user
|
||||||
$centerA = $this->prepareCenter(1, 'centerA');
|
$centerA = $this->prepareCenter(1, 'centerA');
|
||||||
$centerB = $this->prepareCenter(2, 'centerB');
|
$centerB = $this->prepareCenter(2, 'centerB');
|
Reference in New Issue
Block a user