function SqliteDateSqlTest::setUp
Overrides UnitTestCase::setUp
File
- 
              core/
modules/ views/ tests/ src/ Unit/ Plugin/ views/ query/ SqliteDateSqlTest.php, line 28  
Class
- SqliteDateSqlTest
 - Tests the MySQL-specific date query handler.
 
Namespace
Drupal\Tests\views\Unit\Plugin\views\queryCode
public function setUp() : void {
  parent::setUp();
  $this->database = $this->prophesize(Connection::class)
    ->reveal();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.