Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
fb0b7ba1
Commit
fb0b7ba1
authored
Jun 16, 2012
by
citlacom
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Issue
#1638866
by citlacom | dawehner: Convert access tests to
PSR-0
.
parent
c5db1d89
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/views_a
ccess
.t
est
→
lib/Drupal/views/Tests/A
ccess
T
est
.php
View file @
fb0b7ba1
...
...
@@ -2,15 +2,20 @@
/**
* @file
* Definition of
Views
AccessTest
.
* Definition of
Drupal\views\Tests\
AccessTest
*/
namespace
Drupal\views\Tests
;
use
Drupal\simpletest\WebTestBase
;
use
ViewsSqlTest
;
use
Drupal\views\View
;
use
views_test_plugin_access_test_dynamic
;
/**
* Basic test for pluggable access.
*/
class
Views
AccessTest
extends
ViewsSqlTest
{
class
AccessTest
extends
ViewsSqlTest
{
public
static
function
getInfo
()
{
return
array
(
'name'
=>
'Access'
,
...
...
views.info
View file @
fb0b7ba1
...
...
@@ -246,7 +246,6 @@ files[] = plugins/views_plugin_style_table.inc
files
[]
=
tests
/
test_plugins
/
views_test_plugin_access_test_dynamic
.
inc
files
[]
=
tests
/
test_plugins
/
views_test_plugin_access_test_static
.
inc
files
[]
=
tests
/
plugins
/
views_plugin_display
.
test
files
[]
=
tests
/
views_access
.
test
files
[]
=
tests
/
views_groupby
.
test
files
[]
=
tests
/
views_module
.
test
files
[]
=
tests
/
views_plugin_localization_test
.
inc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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