From 0de6470f8b64b85d2cfbea4e2f1de9e8727fce05 Mon Sep 17 00:00:00 2001 From: Tim Plunkett <git@plnktt.com> Date: Mon, 13 Aug 2012 14:40:43 -0400 Subject: [PATCH] ArgumentDefaultTest depends on node and taxonomy. --- lib/Drupal/views/Tests/ArgumentDefaultTest.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/Drupal/views/Tests/ArgumentDefaultTest.php b/lib/Drupal/views/Tests/ArgumentDefaultTest.php index 0cdf880e560a..1817998244e5 100644 --- a/lib/Drupal/views/Tests/ArgumentDefaultTest.php +++ b/lib/Drupal/views/Tests/ArgumentDefaultTest.php @@ -14,6 +14,8 @@ */ class ArgumentDefaultTest extends ViewsSqlTest { + protected $profile = 'standard'; + public static function getInfo() { return array( 'name' => 'Argument default', @@ -80,16 +82,12 @@ function testArgumentDefaultFixed() { /** * @todo Test php default argument. */ - function testArgumentDefaultPhp() { - - } + //function testArgumentDefaultPhp() {} /** * @todo Test node default argument. */ - function testArgumentDefaultNode() { - - } + //function testArgumentDefaultNode() {} function view_argument_default_fixed() { $view = new View(); -- GitLab