mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Update to latest auth-providers API
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Alchemy\Tests\Phrasea\Form\Login;
|
||||
|
||||
use Alchemy\Phrasea\Form\Login\PhraseaAuthenticationWithMappingForm;;
|
||||
use Alchemy\Tests\Phrasea\Form\FormTestCase;
|
||||
|
||||
class PhraseaAuthenticationWithMappingFormTest extends FormTestCase
|
||||
{
|
||||
protected function getForm()
|
||||
{
|
||||
return new PhraseaAuthenticationWithMappingForm();
|
||||
}
|
||||
}
|
@@ -51,7 +51,7 @@ class PhraseaRegisterFormTest extends FormTestCase
|
||||
|
||||
$form = new PhraseaRegisterForm(self::$DI['app'], $available, $params, new Camelizer());
|
||||
|
||||
$this->assertCount(8, self::$DI['app']->form($form)->createView()->vars['form']->children);
|
||||
$this->assertCount(9, self::$DI['app']->form($form)->createView()->vars['form']->children);
|
||||
}
|
||||
|
||||
public function testFormDoesNotRegisterNonValidFields()
|
||||
@@ -75,6 +75,6 @@ class PhraseaRegisterFormTest extends FormTestCase
|
||||
|
||||
$form = new PhraseaRegisterForm(self::$DI['app'], $available, $params, new Camelizer());
|
||||
|
||||
$this->assertCount(7, self::$DI['app']->form($form)->createView()->vars['form']->children);
|
||||
$this->assertCount(8, self::$DI['app']->form($form)->createView()->vars['form']->children);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user