Easy PHPUnit Test Skeleton with a data provider
assertEquals($expected, $value, $value . ' should be ' . $expected); } }The skeleton is really simple indeed. And it should trow an error ( 2 != 1). manual 3.5 manual current
assertEquals($expected, $value, $value . ' should be ' . $expected); } }The skeleton is really simple indeed. And it should trow an error ( 2 != 1). manual 3.5 manual current