We need to comply the PSR-0 standard that consist in moving all the tests to the directory views/lib/Drupal/views/Tests and declare it's namespace ensuring to do the fixing of global classes to load correctly and the test runs correctly.
#1637412: Convert Handler tests to PSR-0
#1637624: Convert comment tests to PSR-0
#1637552: Converted Style Plugin tests to PSR-0
#1637666: Convert user tests to PSR-0
#1637668: Convert plugin tests to PSR-0
#1637672: Convert field tests to PSR-0
#1637736: Convert user interface test to PSR-0
#1638866: Convert access tests to PSR-0
#1639168: Convert analyse tests to PSR-0
#1641654: Convert argument default tests to PSR-0
#1638946: Convert argument validator tests to PSR-0
#1638882: Convert basic tests to PSR-0
#1641656: Convert cache tests to PSR-0
#1639250: Convert Exposed form tests to PSR-0
#1639074: Convert glossary tests to PSR-0
#1641662: Convert groupby tests to PSR-0
#1641670: Convert module tests to PSR-0
#1641672: Convert pager tests to PSR-0
#1641694: Convert query test to PSR-0
#1641678: Convert translatable tests to PSR-0
#1641684: Convert upgrade tests to PSR-0
#1641688: Convert generic view test to PSR-0
Comments
Comment #1
citlacom commentedHere is my first patch that comply PSR-0 for ViewsAccessTest.
Comment #2
citlacom commentedSame patch for ViewsAccessTest but with git option renames = copies. Much better, more simple.
Comment #3
Pedro Lozano commentedI'll copy here the 2 patches that I sent on the 'config' issue.
Comment #4
Pedro Lozano commentedThe AnalyzeTest.
Comment #5
Pedro Lozano commentedComment #6
Pedro Lozano commentedThe GlossaryTest.
Comment #7
dawehnerNow the testbot should come in
Comment #8
dawehnerNow the testbot should come in
Comment #9
aspilicious commentedDefinition of Drupal\views\GlossaryTest
use ViewsSqlTest (without the backslash)
Comment #10
Pedro Lozano commentedThe ExposedForm test.
Comment #11
Pedro Lozano commentedRetagging but I cannot set the version back to 8.x
Comment #12
Pedro Lozano commentedRemoving the backslash from the Analyze test.
Comment #13
Pedro Lozano commentedRemoving the backslash from the Glossary test.
Comment #14
Pedro Lozano commentedThis is the ArgumentValidator test class.
Comment #15
Pedro Lozano commentedConverted the BasicTest.
Comment #16
tim.plunkettSet to "needs review" when you're done uploading patches.
Comment #17
citlacom commentedRemoved backslash from use ViewsSqlTest and removed Views from class and file name.
Comment #18
Pedro Lozano commentedComment #18.0
Pedro Lozano commentedUpdated issue summary.
Comment #19
Pedro Lozano commentedFrom now on we will create individual issues for each test in the root test directory and a different issue for each subdirectory.
Comment #19.0
Pedro Lozano commentedUpdated issue summary.
Comment #19.1
Pedro Lozano commentedUpdated issue summary.
Comment #19.2
Pedro Lozano commentedUpdated issue summary.
Comment #19.3
Pedro Lozano commentedUpdated issue summary.
Comment #20
Pedro Lozano commentedThis patch moves to PSR-0 all tests in the root /tests directory except for UI and query.
Comment #20.0
Pedro Lozano commentedUpdated issue summary.
Comment #21
aspilicious commenteddone
Comment #22.0
(not verified) commentedUpdated issue summary.