| Total Complexity | 3 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class DoubleFieldTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | |||
| 10 | public function testGetDocumentValueForNumbers() |
||
| 25 | |||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @dataProvider notNumberProvider |
||
| 30 | * @expectedException \Mdiyakov\DoctrineSolrBundle\Exception\InvalidFieldValueException |
||
| 31 | */ |
||
| 32 | public function testGetDocumentValueForNotNumber($value) |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @return array |
||
| 43 | */ |
||
| 44 | public function notNumberProvider() |
||
| 52 | } |