Mercurial > hg > isophonics-drupal-site
comparison core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 namespace Drupal\Tests\rdf\Functional; | 3 namespace Drupal\Tests\rdf\Functional; |
4 | 4 |
5 use Drupal\file\Tests\FileFieldTestBase; | 5 use Drupal\Tests\file\Functional\FileFieldTestBase; |
6 use Drupal\file\Entity\File; | 6 use Drupal\file\Entity\File; |
7 | 7 |
8 /** | 8 /** |
9 * Tests the RDFa markup of filefields. | 9 * Tests the RDFa markup of filefields. |
10 * | 10 * |