More updates to stop using dev or alpha or beta versions.
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Database / Stub / Select.php
1 <?php
2
3 namespace Drupal\Tests\Core\Database\Stub;
4
5 use Drupal\Core\Database\Driver\mysql\Select as QuerySelect;
6
7 class Select extends QuerySelect {
8
9 }