Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

vincentchalamon/phpunit-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,284 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Standard Edition + PHPUnit Bridge

This application has been created from Symfony Standard Edition to implement PHPUnit Bridge.

A deprecated method is used in DefaultController and in FooManager, but only those on controller is detected by PHPUnit Bridge. Maybe because of WebTestCase usage ?

Following command will show you the deprecated method usage on DefaultController:

phpunit -c app

If you comment the deprecated method call on DefaultController and run phpunit -c app command again, the warning disappear, but the deprecated method is still present in FooManager.

About

Symfony standard edition for PHPUnit-Bridge tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors