Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6bcbd0ae
Commit
6bcbd0ae
authored
Mar 09, 2013
by
Angie Byron
Browse files
Issue
#1932382
by Berdir, swentel, amateescu: Use DrupalUnitTestBase for Field API tests.
parent
0f618bec
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
View file @
6bcbd0ae
...
...
@@ -9,16 +9,17 @@
use
Drupal\Core\Database\Database
;
use
Drupal\field\FieldException
;
use
Drupal\s
impletest\Drupal
UnitTestBase
;
use
Drupal\s
ystem\Tests\Entity\Entity
UnitTestBase
;
use
Exception
;
use
PDO
;
/**
* Tests field storage.
*
* Field_sql_storage.module implements the default back-end storage plugin
* for the Field Strage API.
*/
class
FieldSqlStorageTest
extends
\
Drupal\system\Tests\Entity\
EntityUnitBase
Test
{
class
FieldSqlStorageTest
extends
EntityUnit
Test
Base
{
/**
* Modules to enable.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment