| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 24 | public function itCanCreateTheBootstrap() |
||
| 25 | { |
||
| 26 | $expected = \ts\file_get_contents(__DIR__ . '/../../../../../codeTemplates/tests/bootstrap.php'); |
||
| 27 | $actual = $this->getCreator()->createTargetFileObject()->getTargetFile()->getContents(); |
||
| 28 | self::assertSame($expected, $actual); |
||
| 29 | } |
||
| 48 |