Agile Webentwicklung mit symfony2 am Bespiel einer SOAP-Schnittstelle der PicturePlix
This talk in German was given at Competence Center Day 2012 at University of Applied Science Munich. It shows the usage of symfony2 in a project at PicturePlix.
25.04.2012 Agile Webentwicklung mit symfony2 am Bespiel einer SOAP-Schnittstelle der PicturePlix Sebastian Göttschkes PicturePlix GmbH Competence Center Day
25.04.2012 Testing (with PHPUnit) class IndependentClassTest extends \PHPUnit_Framework_TestCase{ public function testDoSomething(){ $dependency = new ComplicatedClassMock(); $dependingClass = new DependingClass($dependency); // .. } }