| 1 | <?php |
||
| 14 | class TypeMapTest extends \PHPUnit_Framework_TestCase |
||
| 15 | { |
||
| 16 | |||
| 17 | public function testScalarTypesSet() |
||
| 21 | |||
| 22 | public function testScalarTypeCheck() |
||
| 28 | |||
| 29 | public function testScalarTypeObjectCreation() |
||
| 37 | |||
| 38 | public function testScalarsAsInput() |
||
| 44 | |||
| 45 | private function getScalarTypes() |
||
| 51 | } |
||
| 52 |