Browse Source

Drop not existing Standalone group from PHPUnit configuration and duplicated internal tags

Dariusz Ruminski 7 years ago
parent
commit
1eebd5d666
2 changed files with 0 additions and 7 deletions
  1. 0 1
      phpunit.xml.dist
  2. 0 6
      src/ToolInfo.php

+ 0 - 1
phpunit.xml.dist

@@ -23,7 +23,6 @@
     <testsuites>
         <testsuite>
             <directory>./tests</directory>
-            <exclude>./tests/Standalone</exclude>
         </testsuite>
     </testsuites>
 

+ 0 - 6
src/ToolInfo.php

@@ -25,14 +25,8 @@ final class ToolInfo
 {
     const COMPOSER_PACKAGE_NAME = 'friendsofphp/php-cs-fixer';
 
-    /**
-     * @internal
-     */
     const COMPOSER_LEGACY_PACKAGE_NAME = 'fabpot/php-cs-fixer';
 
-    /**
-     * @internal
-     */
     public static function getComposerInstallationDetails()
     {
         static $result;