Open kenjis opened 8 years ago
手許の環境では、テストを実行すると以下のRemaining deprecation notices
が表示されます。
$ php phpunit.phar -c app/
PHPUnit 5.1.3 by Sebastian Bergmann and contributors.
... 3 / 3 (100%)
Time: 3.65 seconds, Memory: 24.00Mb
OK (3 tests, 9 assertions)
Remaining deprecation notices (1)
The Symfony\Component\Security\Core\SecurityContext class is deprecated since version 2.6 and will be removed in 3.0. Use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage or Symfony\Component\Security\Core\Authorization\AuthorizationChecker instead: 1x
1x in BlogControllerTest::ブログ記事一覧が表示されること from AppBundle\Controller
しかし、もう一度実行すると表示されません。
$ php phpunit.phar -c app/
PHPUnit 5.1.3 by Sebastian Bergmann and contributors.
... 3 / 3 (100%)
Time: 1.16 seconds, Memory: 12.00Mb
OK (3 tests, 9 assertions)
この表示される・されないの仕様がよくわかりません。
ご存知でしたら、お教えください。
Symfony 2.7をインストールすると、
symfony/phpunit-bridge
が含まれています。しかし、ここのサンプルコードには含まれていないようです。 https://github.com/hidenorigoto/symfony2-book/blob/53be5f8d99fb9e2f87cb82011c31f0a5aec68c65/composer.json#L28