We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 16 | class ArgumentTest extends \PHPUnit_Framework_TestCase |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var array |
||
| 20 | */ |
||
| 21 | private $rawArgs; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @var Argument |
||
| 25 | */ |
||
| 26 | private $argument; |
||
| 27 | |||
| 28 | public function setUp() |
||
| 34 | |||
| 35 | public function testOffsetGet() |
||
| 40 | |||
| 41 | public function testOffsetSet() |
||
| 46 | |||
| 47 | public function testOffsetExists() |
||
| 52 | |||
| 53 | public function testOffsetUnset() |
||
| 57 | |||
| 58 | public function testCount() |
||
| 62 | |||
| 63 | public function testGetRawArgs() |
||
| 67 | } |
||
| 68 |