| 1 | <?php |
||
| 28 | class ParameterTest extends PHPUnit_Framework_TestCase |
||
| 29 | { |
||
| 30 | protected $db; |
||
| 31 | |||
| 32 | function setUp() |
||
| 37 | |||
| 38 | function tearDown() |
||
| 42 | |||
| 43 | function createParameter() |
||
| 47 | |||
| 48 | function testConstruction() |
||
| 52 | |||
| 53 | function testSaveSavesValuesAndTheyCanBeGottenRightAway() |
||
| 60 | |||
| 61 | function testSaveActuallyPersistsValuesForLaterUsage() |
||
| 71 | } |
||
| 72 |
The break statement is not necessary if it is preceded for example by a return statement:
If you would like to keep this construct to be consistent with other case statements, you can safely mark this issue as a false-positive.