Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Active » Needs review
FileSize
3.55 KB

Here is a patch for that.

aspilicious’s picture

+++ b/lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.phpundefined
@@ -43,6 +46,39 @@ class ArgumentDefaultTest extends PluginTestBase {
+    $expected_result = array();
+    $expected_result[] = array('name' => 'John');

I think we can merge this into 1 line.
Don't we need to verify the default is not used when we provide an argument?

dawehner’s picture

FileSize
3.94 KB
1.16 KB

I totally agree, here is an update.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

Looks great now :)

dawehner’s picture

Status: Reviewed & tested by the community » Fixed

Thank you! Committed and pushed.

Automatically closed -- issue fixed for 2 weeks with no activity.