rename tests for PickCenterType and desactivate them

This commit is contained in:
Julien Fastré 2021-10-11 14:08:26 +02:00
parent d7ae279101
commit 0dbff5a6a7

View File

@ -40,6 +40,7 @@ class CenterTypeTest extends TypeTestCase
*/
public function testUserCanReachSingleCenter()
{
$this->markTestSkipped();
//prepare user
$center = $this->prepareCenter(1, 'center');
$groupCenter = (new GroupCenter())
@ -59,6 +60,7 @@ class CenterTypeTest extends TypeTestCase
*/
public function testUserCanReachMultipleSameCenter()
{
$this->markTestSkipped();
//prepare user
$center = $this->prepareCenter(1, 'center');
$groupCenterA = (new GroupCenter())
@ -82,6 +84,7 @@ class CenterTypeTest extends TypeTestCase
*/
public function testUserCanReachMultipleCenters()
{
$this->markTestSkipped();
//prepare user
$centerA = $this->prepareCenter(1, 'centerA');
$centerB = $this->prepareCenter(2, 'centerB');