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
3c464e8c
Commit
3c464e8c
authored
May 15, 2012
by
Tim Plunkett
Browse files
Use the standard profile for testing where necessary.
parent
6187daf9
Changes
4
Hide whitespace changes
Inline
Side-by-side
tests/comment/views_handler_argument_comment_user_uid.test
View file @
3c464e8c
...
...
@@ -9,6 +9,8 @@
* Tests the argument_comment_user_uid handler.
*/
class
viewsHandlerArgumentCommentUserUidTest
extends
ViewsSqlTest
{
protected
$profile
=
'standard'
;
public
static
function
getInfo
()
{
return
array
(
'name'
=>
'Tests handler argument_comment_user_uid'
,
...
...
tests/field/views_fieldapi.test
View file @
3c464e8c
...
...
@@ -20,6 +20,8 @@
* Provides some helper methods for testing fieldapi integration into views.
*/
class
ViewsFieldApiTestHelper
extends
ViewsSqlTest
{
protected
$profile
=
'standard'
;
/**
* Stores the field definitions used by the test.
* @var array
...
...
tests/views_groupby.test
View file @
3c464e8c
...
...
@@ -290,6 +290,8 @@ class ViewsQueryGroupByTest extends ViewsSqlTest {
* Tests UI of aggregate functionality..
*/
class
viewsUiGroupbyTestCase
extends
WebTestBase
{
protected
$profile
=
'standard'
;
function
setUp
()
{
// Enable views_ui.
parent
::
setUp
(
'views_ui'
,
'views_test'
);
...
...
tests/views_ui.test
View file @
3c464e8c
...
...
@@ -11,6 +11,8 @@ use Drupal\simpletest\WebTestBase;
* Views UI wizard tests.
*/
class
ViewsUIWizardHelper
extends
WebTestBase
{
protected
$profile
=
'standard'
;
function
setUp
()
{
// Enable views_ui.
parent
::
setUp
(
'views_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