Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aspilicious’s picture

Status: Active » Needs review
FileSize
1.87 KB

Lets see...

aspilicious’s picture

Issue tags: +PSR-0
Tor Arne Thune’s picture

Status: Needs review » Reviewed & tested by the community

Ready to go.

chx’s picture

Status: Reviewed & tested by the community » Needs review
chx’s picture

Status: Needs review » Reviewed & tested by the community

Apparently I am wrong. Nevermind! git blame can follow history over this, it tracks content.

David_Rothstein’s picture

Status: Reviewed & tested by the community » Needs work
+namespace Drupal\tracker\Tests;

Wrong module :)

(Which I'm guessing actually prevents these tests from ever running.)

aspilicious’s picture

Status: Needs work » Needs review
FileSize
1.87 KB

This should fix it :)

Status: Needs review » Needs work
Issue tags: -PSR-0

The last submitted patch, 1591296-contextual-tests-7.patch, failed testing.

aspilicious’s picture

Status: Needs work » Needs review

#7: 1591296-contextual-tests-7.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, 1591296-contextual-tests-7.patch, failed testing.

aspilicious’s picture

Status: Needs work » Needs review
Issue tags: +PSR-0

#7: 1591296-contextual-tests-7.patch queued for re-testing.

RobLoach’s picture

Status: Needs review » Reviewed & tested by the community

Easy!

catch’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

David_Rothstein’s picture

Wrong module :)

(Which I'm guessing actually prevents these tests from ever running.)

Since that's pretty bad, I've written a patch at #1632364: Write tests to ensure that all classes in Drupal can actually be found by the autoloader that should help us catch these mistakes automatically in the future, rather than having to find them manually.