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
2b9d5f3a
Commit
2b9d5f3a
authored
Mar 18, 2016
by
Joris Vercammen
Browse files
PHPCS | Remove more @file headers
parent
afbb38ff
Changes
8
Hide whitespace changes
Inline
Side-by-side
core_search_facets/src/Tests/IntegrationTest.php
View file @
2b9d5f3a
...
...
@@ -2,7 +2,6 @@
namespace
Drupal\core_search_facets\Tests
;
/**
* Tests the admin UI with the core search facet source.
*
...
...
src/Tests/ExampleContentTrait.php
View file @
2b9d5f3a
<?php
/**
* @file
* Contains \Drupal\facets\Tests\ExampleContentTrait.
*/
namespace
Drupal\facets\Tests
;
use
Drupal\Component\Render\FormattableMarkup
;
...
...
src/Tests/FacetSourceTest.php
View file @
2b9d5f3a
<?php
/**
* @file
* Contains \Drupal\facets\Tests\FacetSourceTest.
*/
namespace
Drupal\facets\Tests
;
use
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
/**
* Tests the functionality of the facet source config entity.
*
* @group facets
*/
class
FacetSourceTest
extends
Facet
WebTestBase
{
class
FacetSourceTest
extends
WebTestBase
{
/**
* {@inheritdoc}
...
...
src/Tests/IntegrationTest.php
View file @
2b9d5f3a
<?php
/**
* @file
* Contains \Drupal\facets\Tests\IntegrationTest.
*/
namespace
Drupal\facets\Tests
;
use
Drupal\Core\Url
;
use
Drupal\facets\Entity\Facet
;
use
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
/**
* Tests the overall functionality of the Facets admin UI.
*
* @group facets
*/
class
IntegrationTest
extends
Facet
WebTestBase
{
class
IntegrationTest
extends
WebTestBase
{
/**
* The block entities used by this test.
...
...
src/Tests/ProcessorIntegrationTest.php
View file @
2b9d5f3a
<?php
/**
* @file
* Contains \Drupal\facets\Tests\ProcessorIntegrationTest.
*/
namespace
Drupal\facets\Tests
;
use
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
/**
* Tests the processor functionality.
*
* @group facets
*/
class
ProcessorIntegrationTest
extends
Facet
WebTestBase
{
class
ProcessorIntegrationTest
extends
WebTestBase
{
/**
* The url of the edit form.
...
...
src/Tests/UrlIntegrationTest.php
View file @
2b9d5f3a
<?php
/**
* @file
* Contains \Drupal\facets\Tests\UrlIntegrationTest.
*/
namespace
Drupal\facets\Tests
;
use
Drupal\Core\Url
;
use
Drupal\facets\FacetInterface
;
use
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
use
Drupal\facets\Entity\Facet
;
use
Drupal\facets\FacetSourceInterface
;
...
...
@@ -18,7 +12,7 @@ use Drupal\facets\FacetSourceInterface;
*
* @group facets
*/
class
UrlIntegrationTest
extends
Facet
WebTestBase
{
class
UrlIntegrationTest
extends
WebTestBase
{
/**
* {@inheritdoc}
...
...
src/Tests/WebTestBase.php
View file @
2b9d5f3a
<?php
/**
* @file
* Contains \Drupal\facets\Tests\WebTestBase.
*/
namespace
Drupal\facets\Tests
;
use
Drupal\Core\StringTranslation\StringTranslationTrait
;
...
...
src/Tests/WidgetIntegrationTest.php
View file @
2b9d5f3a
<?php
/**
* @file
* Contains \Drupal\facets\Tests\WidgetIntegrationTest.
*/
namespace
Drupal\facets\Tests
;
use
Drupal\Core\Url
;
use
\
Drupal\facets\Tests\WebTestBase
as
FacetWebTestBase
;
/**
* Tests the overall functionality of the Facets admin UI.
*
* @group facets
*/
class
WidgetIntegrationTest
extends
Facet
WebTestBase
{
class
WidgetIntegrationTest
extends
WebTestBase
{
/**
* {@inheritdoc}
...
...
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