Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -28,6 +28,7 @@ class BigDataTableControllerTest extends UnitTestCase {
* {@inheritdoc}
*/
protected function setUp(): void {
parent::setUp();
$this->controller = new BigDataTableController();
$this->bigDataTableMock = $this->createMock(BigDataTable::class);
}
Loading