Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
facets
Commits
16b33164
Commit
16b33164
authored
Jan 20, 2016
by
git
Committed by
Joris Vercammen
Jan 20, 2016
Browse files
Issue
#2652896
by alan-ps: Remove leading \ from use statements
parent
decc8816
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Tests/FacetSourceTest.php
View file @
16b33164
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\facets\Tests
;
use
\
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
use
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
/**
* Tests the functionality of the facet source config entity.
...
...
src/Tests/IntegrationTest.php
View file @
16b33164
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\facets\Tests
;
use
\
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
use
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
/**
* Tests the overall functionality of the Facets admin UI.
...
...
src/Tests/UrlIntegrationTest.php
View file @
16b33164
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\facets\Tests
;
use
\
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
use
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
/**
* Tests the overall functionality of the Facets admin UI.
...
...
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