acquia / drupal-environment-detector

Provides common methods for detecting the current Acquia environment
GNU General Public License v2.0
10 stars 12 forks source link

Incorrect PSR-4 namespace for tests makes this package uninstallable #1

Closed phenaproxima closed 4 years ago

phenaproxima commented 4 years ago

When trying to add this package to a project, I get a fatal error from Composer:

 [InvalidArgumentException]     
 psr-4 namespaces must end with a namespace separator, 'Acquia\EnvironmentDe  
  tector\Tests' does not, use 'Acquia\EnvironmentDetector\Tests\'.  

We need to fix this for this package to be usable at all. :)

phenaproxima commented 4 years ago

This blocks acquia/acquia_cms#32.

danepowell commented 4 years ago

This should be fixed in master, try again and let me know. Thanks.