Пример #1
0
 /**
  * Tests entity query for entity type without base table.
  *
  * @covers ::prepare
  *
  * @expectedException \Drupal\Core\Entity\Query\QueryException
  * @expectedExceptionMessage No base table for example_entity_query, invalid query.
  */
 public function testNoBaseTable()
 {
     $this->query->execute();
 }