| 1 | <?php |
||
| 10 | class ParseTest extends \PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var Knab |
||
| 14 | */ |
||
| 15 | private $engine = null; |
||
| 16 | |||
| 17 | protected function setUp() |
||
| 22 | |||
| 23 | |||
| 24 | |||
| 25 | public function testParseStatementBank() |
||
| 31 | |||
| 32 | public function testParsesAllFoundStatements() |
||
| 40 | |||
| 41 | public function testCorrectHandlingOfVariousStatementPricing() |
||
| 48 | } |
||
| 49 |