@@ -71,6 +71,9 @@ |
||
| 71 | 71 | $this->assertEquals(3, $this->manager->countFeedbacksPerStatus((new Project())->setId(1), Feedback::STATUS_OPEN)); |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | + /** |
|
| 75 | + * @return \Doctrine\ORM\EntityManager |
|
| 76 | + */ |
|
| 74 | 77 | public function getEntityManagerMock() { |
| 75 | 78 | $entityManagerMock = $this |
| 76 | 79 | ->getMockBuilder('Doctrine\ORM\EntityManager') |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -$loader = @include __DIR__ . '/../vendor/autoload.php'; |
|
| 3 | +$loader = @include __DIR__.'/../vendor/autoload.php'; |
|
| 4 | 4 | if (!$loader) { |
| 5 | 5 | die(<<<'EOT' |
| 6 | 6 | You must set up the project dependencies, run the following commands: |