Completed
Pull Request — 5.0 (#2091)
by Jeroen
10:56
created
NodeSearchBundle/Tests/EventListener/NodeIndexUpdateEventListenerTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -118,6 +118,9 @@  discard block
 block discarded – undo
118 118
         $listener->onPostPersist($nodeEvent);
119 119
     }
120 120
 
121
+    /**
122
+     * @return \Symfony\Component\DependencyInjection\ContainerInterface
123
+     */
121 124
     private function getContainer($searchConfigMock)
122 125
     {
123 126
         $container = $this->createMock('Symfony\Component\DependencyInjection\ContainerInterface');
@@ -132,6 +135,9 @@  discard block
 block discarded – undo
132 135
         return $container;
133 136
     }
134 137
 
138
+    /**
139
+     * @param boolean $expectCall
140
+     */
135 141
     private function getSearchConfiguration($expectCall)
136 142
     {
137 143
         $searchConfig = $this->createMock(NodePagesConfiguration::class);
Please login to merge, or discard this patch.