Completed
Pull Request — develop (#39)
by Axel
03:13
created
Tests/Manager/FeatureManagerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -71,6 +71,9 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.
Tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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:
Please login to merge, or discard this patch.