pgb_liv\php_ms\Reader\PxdInfo::__construct
Proteome Exchange identifer to search for.
Signature
public function __construct(
$identifier )
Parameters
$identifier
—
Test Coverage
Information
- Coverage: 7/8 Lines (87.5%)
- Tests: 3
- Passed: 3 (100%)
Tests
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\PxdInfoTest::testObjectCanBeConstructedForValidConstructorArgumentsInt
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\PxdInfoTest::testObjectCanBeConstructedForValidConstructorArgumentsString
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\PxdInfoTest::testObjectCanBeConstructedForValidConstructorArgumentsStringInt
Violations
PHPMessDetector
Line |
Rule |
Message |
44 - 46 |
ElseExpression
|
The method __construct uses an else expression. Else is never necessary and you can simplify the code to work without else. |