Related to the Views in Drupal Core initiative.
Convert comment tests to comply PSR-0
.
Here is the patch.
This looks ok to me, might be good for someone like aspilicious to check though.
Looks good, (if tests are green)
Here new patch that change 'new view' lines to View camel case.
This patch sadly doesn't apply at the moment
Here new patch.
needs review.
+++ b/lib/Drupal/views/Tests/Comment/ArgumentCommentUserUidTest.phpundefined @@ -2,15 +2,19 @@ +use Drupal\simpletest\WebTestBase;
This isn't needed I think
+++ b/lib/Drupal/views/Tests/Comment/FilterCommentUserUidTest.phpundefined @@ -2,15 +2,20 @@ +use Drupal\simpletest\WebTestBase;
Same
Other than that this should be good :)
Corrected that and committed
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
dawehner.
Comment #2
citlacom commentedHere is the patch.
Comment #3
damiankloip commentedThis looks ok to me, might be good for someone like aspilicious to check though.
Comment #4
aspilicious commentedLooks good, (if tests are green)
Comment #5
citlacom commentedHere new patch that change 'new view' lines to View camel case.
Comment #6
dawehnerThis patch sadly doesn't apply at the moment
Comment #7
citlacom commentedHere new patch.
Comment #8
citlacom commentedneeds review.
Comment #9
aspilicious commentedThis isn't needed I think
Same
Other than that this should be good :)
Comment #10
dawehnerCorrected that and committed