Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Action / SaveActionTest.php
index 118f5428d8cbb96333f8336c07975f6de6c5c43f..ed9b2873a3f95e352a09d41630271517fb2cd903 100644 (file)
@@ -29,7 +29,7 @@ class SaveActionTest extends KernelTestBase {
    * @covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityChangedActionDeriver::getDerivativeDefinitions
    */
   public function testGetDerivativeDefinitions() {
-    $deriver = new EntityChangedActionDeriver(\Drupal::entityTypeManager());
+    $deriver = new EntityChangedActionDeriver(\Drupal::entityTypeManager(), \Drupal::translation());
     $this->assertArraySubset([
       'entity_test_mul_changed' => [
         'type' => 'entity_test_mul_changed',