Commit 3fed26ba authored by Marcin Grabias's avatar Marcin Grabias
Browse files

Fixed kernel tests.

parent 7baf7021
Loading
Loading
Loading
Loading
+3 −8
Original line number Original line Diff line number Diff line
@@ -42,24 +42,19 @@ abstract class ViewsBulkOperationsKernelTestBase extends KernelTestBase {


  /**
  /**
   * Test node types already created.
   * Test node types already created.
   *
   * @var array
   */
   */
  protected array $testNodesTypes;
  protected ?array $testNodesTypes;




  /**
  /**
   * Test nodes data including titles and languages.
   * Test nodes data including titles and languages.
   *
   * @var array
   */
   */
  protected array $testNodesData;
  protected ?array $testNodesData;


  /**
  /**
   * VBO views data service.
   * VBO views data service.
   *
   */
   */
  protected ViewsBulkOperationsViewDataInterface $vboDataService;
  protected ?ViewsBulkOperationsViewDataInterface $vboDataService;


  /**
  /**
   * {@inheritdoc}
   * {@inheritdoc}