Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| Update | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\Core\Database\Driver\mysql\Update. | |
| */ | |
| namespace Drupal\Core\Database\Driver\mysql; | |
| use Drupal\Core\Database\Query\Update as QueryUpdate; | |
| /** | |
| * MySQL implementation of \Drupal\Core\Database\Query\Update. | |
| */ | |
| class Update extends QueryUpdate { } |