Deprecated: The ability to pass file names to Yaml::parse() was deprecated
in 2.2 and will be removed in 3.0. Please, pass the contents of the file
instead. in
/Users/franckpaul/Documents/EGO/Geekeries/Internet/htdocs/dc-mink/vendor/symfony/yaml/Symfony/Component/Yaml/Yaml.php
on line 58

Deprecated: The setFallbackLocale() method is deprecated since version 2.3
and will be removed in 3.0. Use setFallbackLocales() instead. in
/Users/franckpaul/Documents/EGO/Geekeries/Internet/htdocs/dc-mink/vendor/symfony/translation/Symfony/Component/Translation/Translator.php
on line 163
Feature: Basic test
  I test login features

  Scenario: Login successful                 # features/test.feature:5
    Given I am on "/admin/auth.php"          # FeatureContext::visit()
    When I fill in "user_id" with "admin"    # FeatureContext::fillField()
    And I fill in "user_pwd" with "password" # FeatureContext::fillField()
    And I press "log in"                     # FeatureContext::pressButton()
    Then I should be on "/admin/index.php"   #
FeatureContext::assertPageAddress()

1 scénario (1 succès)
5 étapes (5 succès)
0m0.301s

C'est normal les deprecated ?

Le 21 décembre 2014 15:24, Nicolas <[email protected]> a écrit :

> Le 21 décembre 2014 13:00, Franck Paul <[email protected]> a
> écrit :
>
> > Owi owi, en direct-live du Guil \o/
> >
>
> ça peut être sympa oui.
>
>
> >
> > Le 21 décembre 2014 12:59, Kozlika <[email protected]> a écrit :
> >
> > > Le 21 décembre 2014 11:14, Nicolas <[email protected]> a écrit :
> > > >
> > > > En voilà une idée qu'elle est bonne !
> > >
> > >
> > > Pâques ça vous semble trop loin ? (non je ne parle pas de "ou à la
> > > Trinité") c'est une vraie question :-)
> > >
> > >
> > > --
> > > Anne / Kozlika
> > > --
> > > Dev mailing list - [email protected] -
> > > http://ml.dotclear.org/listinfo/dev
> > >
> >
> >
> >
> > --
> > Franck
> > --
> > Dev mailing list - [email protected] -
> > http://ml.dotclear.org/listinfo/dev
> >
> --
> Dev mailing list - [email protected] -
> http://ml.dotclear.org/listinfo/dev
>



-- 
Franck
-- 
Dev mailing list - [email protected] - http://ml.dotclear.org/listinfo/dev

Répondre à