SYMBOL INDEX (1480 symbols across 191 files) FILE: src/Composer/ComposerPackage.php class ComposerPackage (line 24) | class ComposerPackage method fromFile (line 106) | public static function fromFile(string $absolutePath, ?array $override... method fromComposerJsonArray (line 120) | public static function fromComposerJsonArray(array $jsonArray, ?array ... method __construct (line 136) | public function __construct(Composer $composer, ?array $overrideAutolo... method getPackageName (line 198) | public function getPackageName(): string method getRelativePath (line 206) | public function getRelativePath(): ?string method getPackageAbsolutePath (line 215) | public function getPackageAbsolutePath(): ?string method getAutoload (line 229) | public function getAutoload(): array method getRequiresNames (line 241) | public function getRequiresNames(): array method getLicense (line 251) | public function getLicense():string method setCopy (line 259) | public function setCopy(bool $isCopy): void method isCopy (line 267) | public function isCopy(): bool method setDidCopy (line 275) | public function setDidCopy(bool $didCopy): void method didCopy (line 283) | public function didCopy(): bool method setDelete (line 291) | public function setDelete(bool $isDelete): void method isDoDelete (line 299) | public function isDoDelete(): bool method setDidDelete (line 307) | public function setDidDelete(bool $didDelete): void method didDelete (line 315) | public function didDelete(): bool method addFile (line 320) | public function addFile(FileWithDependency $file): void method getFile (line 325) | public function getFile(string $path): ?FileWithDependency FILE: src/Composer/Extra/ReplaceConfigInterface.php type ReplaceConfigInterface (line 12) | interface ReplaceConfigInterface extends method getExcludeFilePatternsFromPrefixing (line 24) | public function getExcludeFilePatternsFromPrefixing(): array; method getNamespaceReplacementPatterns (line 29) | public function getNamespaceReplacementPatterns(): array; method isIncludeModifiedDate (line 31) | public function isIncludeModifiedDate(): bool; method isIncludeAuthor (line 33) | public function isIncludeAuthor(): bool; method getUpdateCallSites (line 38) | public function getUpdateCallSites(): ?array; FILE: src/Composer/Extra/StraussConfig.php class StraussConfig (line 33) | class StraussConfig implements method __construct (line 220) | public function __construct(?Composer $composer = null) method getAbsoluteTargetDirectory (line 363) | public function getAbsoluteTargetDirectory(): string method isTargetDirectoryVendor (line 370) | public function isTargetDirectoryVendor(): bool method getRelativeTargetDirectory (line 378) | public function getRelativeTargetDirectory(): string method setTargetDirectory (line 388) | public function setTargetDirectory(string $targetDirectory): void method getAbsoluteVendorDirectory (line 396) | public function getAbsoluteVendorDirectory(): string method setRelativeVendorDirectory (line 404) | public function setRelativeVendorDirectory(string $relativeVendorDirec... method getNamespacePrefix (line 412) | public function getNamespacePrefix(): ?string method setNamespacePrefix (line 420) | public function setNamespacePrefix(string $namespacePrefix): void method getClassmapPrefix (line 428) | public function getClassmapPrefix(): ?string method setClassmapPrefix (line 436) | public function setClassmapPrefix(string $classmapPrefix): void method getFunctionsPrefix (line 441) | public function getFunctionsPrefix(): ?string method setFunctionsPrefix (line 458) | public function setFunctionsPrefix($functionsPrefix): void method getConstantsPrefix (line 466) | public function getConstantsPrefix(): ?string method setConstantsPrefix (line 474) | public function setConstantsPrefix(string $constantsPrefix): void method getUpdateCallSites (line 484) | public function getUpdateCallSites(): ?array method setUpdateCallSites (line 493) | public function setUpdateCallSites($updateCallSites): void method setExcludeFromCopy (line 515) | public function setExcludeFromCopy(array $excludeFromCopy): void method getExcludePackagesFromCopy (line 527) | public function getExcludePackagesFromCopy(): array method getExcludeNamespacesFromCopy (line 535) | public function getExcludeNamespacesFromCopy(): array method getExcludeFilePatternsFromCopy (line 543) | public function getExcludeFilePatternsFromCopy(): array method setExcludeFromPrefix (line 551) | public function setExcludeFromPrefix(array $excludeFromPrefix): void method getExcludePackagesFromPrefixing (line 569) | public function getExcludePackagesFromPrefixing(): array method setExcludePackagesFromPrefixing (line 577) | public function setExcludePackagesFromPrefixing(array $excludePackages... method getExcludeNamespacesFromPrefixing (line 585) | public function getExcludeNamespacesFromPrefixing(): array method getExcludeFilePatternsFromPrefixing (line 596) | public function getExcludeFilePatternsFromPrefixing(): array method setExcludeConstants (line 604) | public function setExcludeConstants(array $excludeConstants): void method getExcludePackagesFromConstantPrefixing (line 623) | public function getExcludePackagesFromConstantPrefixing(): array method getExcludeNamespacesFromConstantPrefixing (line 631) | public function getExcludeNamespacesFromConstantPrefixing(): array method getExcludeFilePatternsFromConstantPrefixing (line 642) | public function getExcludeFilePatternsFromConstantPrefixing(): array method getExcludeConstantNames (line 650) | public function getExcludeConstantNames(): array method getOverrideAutoload (line 658) | public function getOverrideAutoload(): array method setOverrideAutoload (line 666) | public function setOverrideAutoload(array $overrideAutoload): void method isDeleteVendorFiles (line 674) | public function isDeleteVendorFiles(): bool method isDeleteVendorPackages (line 682) | public function isDeleteVendorPackages(): bool method setDeleteVendorFiles (line 690) | public function setDeleteVendorFiles(bool $deleteVendorFiles): void method setDeleteVendorPackages (line 698) | public function setDeleteVendorPackages(bool $deleteVendorPackages): void method getPackages (line 706) | public function getPackages(): array method setPackages (line 714) | public function setPackages(array $packages): void method getPackagesToCopy (line 723) | public function getPackagesToCopy(): array method setPackagesToCopy (line 733) | public function setPackagesToCopy(array $packagesToCopy): void method getPackagesToPrefix (line 741) | public function getPackagesToPrefix(): array method setPackagesToPrefix (line 749) | public function setPackagesToPrefix(array $packagesToPrefix): void method isClassmapOutput (line 756) | public function isClassmapOutput(): bool method setClassmapOutput (line 764) | public function setClassmapOutput(bool $classmapOutput): void method setExcludePackages (line 774) | public function setExcludePackages(array $excludePackages): void method getNamespaceReplacementPatterns (line 782) | public function getNamespaceReplacementPatterns(): array method setNamespaceReplacementPatterns (line 790) | public function setNamespaceReplacementPatterns(array $namespaceReplac... method isIncludeModifiedDate (line 798) | public function isIncludeModifiedDate(): bool method setIncludeModifiedDate (line 806) | public function setIncludeModifiedDate(bool $includeModifiedDate): void method isIncludeAuthor (line 815) | public function isIncludeAuthor(): bool method setIncludeAuthor (line 823) | public function setIncludeAuthor(bool $includeAuthor): void method isDryRun (line 831) | public function isDryRun(): bool method setDryRun (line 839) | public function setDryRun(bool $dryRun): void method isIncludeRootAutoload (line 847) | public function isIncludeRootAutoload(): bool method isOptimizeAutoloader (line 852) | public function isOptimizeAutoloader(): bool method setIncludeRootAutoload (line 860) | public function setIncludeRootAutoload(bool $includeRootAutoload): void method setOptimizeAutoloader (line 865) | public function setOptimizeAutoloader(bool $optimizeAutoloader): void method updateFromCli (line 873) | public function updateFromCli(InputInterface $input): void method isCreateAliases (line 918) | public function isCreateAliases(): bool method getProjectDirectory (line 923) | public function getProjectDirectory(): string FILE: src/Composer/ProjectComposerPackage.php class ProjectComposerPackage (line 13) | class ProjectComposerPackage extends ComposerPackage method __construct (line 23) | public function __construct(string $absolutePathFile, ?array $override... method getStraussConfig (line 51) | public function getStraussConfig(): StraussConfig method getAuthor (line 59) | public function getAuthor(): string method getRelativeVendorDirectory (line 69) | public function getRelativeVendorDirectory(): string method getFlatAutoloadKey (line 79) | public function getFlatAutoloadKey(): array FILE: src/Config/AliasesConfigInterface.php type AliasesConfigInterface (line 5) | interface AliasesConfigInterface method getAbsoluteVendorDirectory (line 13) | public function getAbsoluteVendorDirectory(): string; method getAbsoluteTargetDirectory (line 19) | public function getAbsoluteTargetDirectory(): string; method isDryRun (line 21) | public function isDryRun(): bool; method isCreateAliases (line 23) | public function isCreateAliases(): bool; method getNamespacePrefix (line 25) | public function getNamespacePrefix(): ?string; FILE: src/Config/AutoloadConfigInterface.php type AutoloadConfigInterface (line 7) | interface AutoloadConfigInterface method getAbsoluteVendorDirectory (line 15) | public function getAbsoluteVendorDirectory(): string; method getAbsoluteTargetDirectory (line 21) | public function getAbsoluteTargetDirectory(): string; method getRelativeTargetDirectory (line 23) | public function getRelativeTargetDirectory(): string; method isTargetDirectoryVendor (line 25) | public function isTargetDirectoryVendor(): bool; method getProjectDirectory (line 30) | public function getProjectDirectory(): string; method isClassmapOutput (line 32) | public function isClassmapOutput(): bool; method isDryRun (line 34) | public function isDryRun(): bool; method isIncludeRootAutoload (line 36) | public function isIncludeRootAutoload(): bool; method getNamespacePrefix (line 38) | public function getNamespacePrefix(): ?string; method getPackagesToCopy (line 43) | public function getPackagesToCopy(): array; method getPackagesToPrefix (line 48) | public function getPackagesToPrefix(): array; FILE: src/Config/AutoloadFilesEnumeratorConfigInterface.php type AutoloadFilesEnumeratorConfigInterface (line 5) | interface AutoloadFilesEnumeratorConfigInterface method getAbsoluteVendorDirectory (line 7) | public function getAbsoluteVendorDirectory(): string; method getExcludePackagesFromPrefixing (line 12) | public function getExcludePackagesFromPrefixing(): array; method getExcludeFilePatternsFromPrefixing (line 17) | public function getExcludeFilePatternsFromPrefixing(): array; method getExcludeNamespacesFromPrefixing (line 22) | public function getExcludeNamespacesFromPrefixing(): array; method getExcludePackagesFromCopy (line 26) | public function getExcludePackagesFromCopy(): array; method getExcludeFilePatternsFromCopy (line 31) | public function getExcludeFilePatternsFromCopy(): array; method getExcludeNamespacesFromCopy (line 36) | public function getExcludeNamespacesFromCopy(): array; FILE: src/Config/ChangeEnumeratorConfigInterface.php type ChangeEnumeratorConfigInterface (line 7) | interface ChangeEnumeratorConfigInterface method getExcludePackagesFromPrefixing (line 12) | public function getExcludePackagesFromPrefixing(): array; method getExcludeFilePatternsFromPrefixing (line 17) | public function getExcludeFilePatternsFromPrefixing(): array; method getExcludeNamespacesFromPrefixing (line 22) | public function getExcludeNamespacesFromPrefixing(): array; method getNamespaceReplacementPatterns (line 27) | public function getNamespaceReplacementPatterns(): array; method getNamespacePrefix (line 29) | public function getNamespacePrefix(): ?string; method getClassmapPrefix (line 31) | public function getClassmapPrefix(): ?string; method getPackagesToPrefix (line 36) | public function getPackagesToPrefix(): array; method getFunctionsPrefix (line 41) | public function getFunctionsPrefix(): ?string; FILE: src/Config/CleanupConfigInterface.php type CleanupConfigInterface (line 5) | interface CleanupConfigInterface method getAbsoluteVendorDirectory (line 7) | public function getAbsoluteVendorDirectory(): string; method isTargetDirectoryVendor (line 9) | public function isTargetDirectoryVendor(): bool; method isDeleteVendorFiles (line 11) | public function isDeleteVendorFiles(): bool; method isDeleteVendorPackages (line 13) | public function isDeleteVendorPackages(): bool; method getAbsoluteTargetDirectory (line 15) | public function getAbsoluteTargetDirectory(): string; method isDryRun (line 17) | public function isDryRun(): bool; method getProjectDirectory (line 22) | public function getProjectDirectory(): string; method getExcludePackagesFromCopy (line 29) | public function getExcludePackagesFromCopy(): array; FILE: src/Config/CopierConfigInterface.php type CopierConfigInterface (line 5) | interface CopierConfigInterface method getAbsoluteTargetDirectory (line 8) | public function getAbsoluteTargetDirectory(): string; FILE: src/Config/FileCopyScannerConfigInterface.php type FileCopyScannerConfigInterface (line 5) | interface FileCopyScannerConfigInterface method getAbsoluteVendorDirectory (line 8) | public function getAbsoluteVendorDirectory(): string; method isTargetDirectoryVendor (line 10) | public function isTargetDirectoryVendor(): bool; method getExcludePackagesFromCopy (line 15) | public function getExcludePackagesFromCopy(): array; method getExcludeNamespacesFromCopy (line 20) | public function getExcludeNamespacesFromCopy(): array; method getExcludeFilePatternsFromCopy (line 25) | public function getExcludeFilePatternsFromCopy(): array; method isDeleteVendorFiles (line 27) | public function isDeleteVendorFiles(): bool; method getAbsoluteTargetDirectory (line 29) | public function getAbsoluteTargetDirectory(): string; FILE: src/Config/FileEnumeratorConfig.php type FileEnumeratorConfig (line 5) | interface FileEnumeratorConfig method getAbsoluteVendorDirectory (line 8) | public function getAbsoluteVendorDirectory(): string; method getAbsoluteTargetDirectory (line 10) | public function getAbsoluteTargetDirectory(): string; method getRelativeTargetDirectory (line 12) | public function getRelativeTargetDirectory(): string; method getExcludeNamespacesFromCopy (line 15) | public function getExcludeNamespacesFromCopy(): array; method getExcludePackagesFromCopy (line 18) | public function getExcludePackagesFromCopy(): array; method getExcludeFilePatternsFromCopy (line 21) | public function getExcludeFilePatternsFromCopy(): array; FILE: src/Config/FileSymbolScannerConfigInterface.php type FileSymbolScannerConfigInterface (line 10) | interface FileSymbolScannerConfigInterface method getExcludeNamespacesFromPrefixing (line 15) | public function getExcludeNamespacesFromPrefixing(): array; method getPackagesToPrefix (line 20) | public function getPackagesToPrefix(): array; method getProjectDirectory (line 25) | public function getProjectDirectory(): string; FILE: src/Config/LicenserConfigInterface.php type LicenserConfigInterface (line 5) | interface LicenserConfigInterface method isIncludeModifiedDate (line 7) | public function isIncludeModifiedDate(): bool; method isIncludeAuthor (line 9) | public function isIncludeAuthor(): bool; method getAbsoluteTargetDirectory (line 15) | public function getAbsoluteTargetDirectory(): string; method getAbsoluteVendorDirectory (line 22) | public function getAbsoluteVendorDirectory(): string; FILE: src/Config/MarkSymbolsForRenamingConfigInterface.php type MarkSymbolsForRenamingConfigInterface (line 5) | interface MarkSymbolsForRenamingConfigInterface method getAbsoluteVendorDirectory (line 7) | public function getAbsoluteVendorDirectory(): string; method getAbsoluteTargetDirectory (line 9) | public function getAbsoluteTargetDirectory(): string; method isTargetDirectoryVendor (line 11) | public function isTargetDirectoryVendor(): bool; method getExcludePackagesFromPrefixing (line 16) | public function getExcludePackagesFromPrefixing(): array; method getExcludeFilePatternsFromPrefixing (line 21) | public function getExcludeFilePatternsFromPrefixing(): array; method getExcludeNamespacesFromPrefixing (line 26) | public function getExcludeNamespacesFromPrefixing(): array; method getExcludePackagesFromCopy (line 31) | public function getExcludePackagesFromCopy(): array; method getExcludeFilePatternsFromCopy (line 36) | public function getExcludeFilePatternsFromCopy(): array; method getExcludeNamespacesFromCopy (line 41) | public function getExcludeNamespacesFromCopy(): array; method getExcludePackagesFromConstantPrefixing (line 48) | public function getExcludePackagesFromConstantPrefixing(): array; method getExcludeNamespacesFromConstantPrefixing (line 53) | public function getExcludeNamespacesFromConstantPrefixing(): array; method getExcludeFilePatternsFromConstantPrefixing (line 58) | public function getExcludeFilePatternsFromConstantPrefixing(): array; method getExcludeConstantNames (line 65) | public function getExcludeConstantNames(): array; FILE: src/Config/OptimizeAutoloaderConfigInterface.php type OptimizeAutoloaderConfigInterface (line 5) | interface OptimizeAutoloaderConfigInterface method isOptimizeAutoloader (line 7) | public function isOptimizeAutoloader(): bool; FILE: src/Config/PrefixerConfigInterface.php type PrefixerConfigInterface (line 5) | interface PrefixerConfigInterface method getAbsoluteVendorDirectory (line 7) | public function getAbsoluteVendorDirectory(): string; method getAbsoluteTargetDirectory (line 9) | public function getAbsoluteTargetDirectory(): string; method isTargetDirectoryVendor (line 11) | public function isTargetDirectoryVendor(): bool; method getNamespacePrefix (line 13) | public function getNamespacePrefix(): ?string; method getClassmapPrefix (line 15) | public function getClassmapPrefix(): ?string; method getConstantsPrefix (line 17) | public function getConstantsPrefix(): ?string; method getExcludePackagesFromPrefixing (line 20) | public function getExcludePackagesFromPrefixing(): array; method getExcludeNamespacesFromPrefixing (line 23) | public function getExcludeNamespacesFromPrefixing(): array; method getExcludeFilePatternsFromPrefixing (line 26) | public function getExcludeFilePatternsFromPrefixing(): array; FILE: src/Console/Application.php class Application (line 10) | class Application extends BaseApplication method __construct (line 15) | public function __construct(string $version) FILE: src/Console/Commands/AbstractRenamespacerCommand.php class AbstractRenamespacerCommand (line 31) | abstract class AbstractRenamespacerCommand extends Command method configure (line 52) | protected function configure() method execute (line 92) | protected function execute(InputInterface $input, OutputInterface $out... method initialize (line 133) | protected function initialize(InputInterface $input, OutputInterface $... method getLogger (line 165) | protected function getLogger(InputInterface $input, OutputInterface $o... method createConfig (line 190) | protected function createConfig(InputInterface $input): StraussConfig FILE: src/Console/Commands/DependenciesCommand.php class DependenciesCommand (line 33) | class DependenciesCommand extends AbstractRenamespacerCommand method configure (line 61) | protected function configure() method execute (line 101) | protected function execute(InputInterface $input, OutputInterface $out... method loadProjectComposerPackage (line 153) | protected function loadProjectComposerPackage(): void method loadConfigFromComposerJson (line 176) | protected function loadConfigFromComposerJson(): void method updateConfigFromCli (line 183) | protected function updateConfigFromCli(InputInterface $input): void method buildDependencyList (line 197) | protected function buildDependencyList(): void method enumerateFiles (line 237) | protected function enumerateFiles(): void method enumeratePsr4Namespaces (line 254) | protected function enumeratePsr4Namespaces(): void method enumerateAutoloadedFiles (line 282) | protected function enumerateAutoloadedFiles(): void method scanFilesForSymbols (line 294) | protected function scanFilesForSymbols(): void method markSymbolsForRenaming (line 308) | protected function markSymbolsForRenaming(): void method determineChanges (line 320) | protected function determineChanges(): void method analyseFilesToCopy (line 331) | protected function analyseFilesToCopy(): void method copyFiles (line 336) | protected function copyFiles(): void method performReplacements (line 374) | protected function performReplacements(): void method performReplacementsInProjectFiles (line 390) | protected function performReplacementsInProjectFiles(): void method addLicenses (line 436) | protected function addLicenses(): void method generateAutoloader (line 461) | protected function generateAutoloader(): void method generateAliasesFile (line 502) | protected function generateAliasesFile(): void method cleanUp (line 531) | protected function cleanUp(): void FILE: src/Console/Commands/IncludeAutoloaderCommand.php class IncludeAutoloaderCommand (line 27) | class IncludeAutoloaderCommand extends AbstractRenamespacerCommand method configure (line 39) | protected function configure() method execute (line 54) | protected function execute(InputInterface $input, OutputInterface $out... method loadProjectComposerPackage (line 88) | protected function loadProjectComposerPackage(): void method loadConfigFromComposerJson (line 95) | protected function loadConfigFromComposerJson(): void FILE: src/Console/Commands/ReplaceCommand.php class ReplaceCommand (line 28) | class ReplaceCommand extends AbstractRenamespacerCommand method getConfig (line 48) | protected function getConfig(): ReplaceConfigInterface method configure (line 61) | protected function configure() method execute (line 99) | protected function execute(InputInterface $input, OutputInterface $out... method updateConfigFromCli (line 131) | protected function updateConfigFromCli(InputInterface $input): void method enumerateFiles (line 154) | protected function enumerateFiles(ReplaceConfigInterface $config): void method determineChanges (line 167) | protected function determineChanges(ReplaceConfigInterface $config): void method performReplacements (line 202) | protected function performReplacements(ReplaceConfigInterface $config)... method performReplacementsInProjectFiles (line 211) | protected function performReplacementsInProjectFiles(ReplaceConfigInte... method addLicenses (line 247) | protected function addLicenses(ReplaceConfigInterface $config): void FILE: src/Files/DiscoveredFiles.php class DiscoveredFiles (line 5) | class DiscoveredFiles method add (line 10) | public function add(FileBase $file): void method getFiles (line 18) | public function getFiles(): array method getFile (line 28) | public function getFile(string $sourceAbsolutePath): ?FileBase method sort (line 33) | public function sort(): void FILE: src/Files/File.php class File (line 10) | class File implements FileBase method __construct (line 42) | public function __construct(string $sourceAbsolutePath, string $vendor... method getSourcePath (line 48) | public function getSourcePath(): string method isPhpFile (line 53) | public function isPhpFile(): bool method setDoCopy (line 65) | public function setDoCopy(bool $doCopy): void method isDoCopy (line 69) | public function isDoCopy(): bool method setIsAutoloaded (line 74) | public function setIsAutoloaded(bool $isAutoloaded): void method isAutoloaded (line 79) | public function isAutoloaded(): bool method setDoPrefix (line 87) | public function setDoPrefix(bool $doPrefix): void method isDoPrefix (line 98) | public function isDoPrefix(): bool method setDoDelete (line 108) | public function setDoDelete(bool $doDelete): void method isDoDelete (line 118) | public function isDoDelete(): bool method setDidDelete (line 123) | public function setDidDelete(bool $didDelete): void method getDidDelete (line 128) | public function getDidDelete(): bool method addDiscoveredSymbol (line 133) | public function addDiscoveredSymbol(DiscoveredSymbol $symbol): void method getDiscoveredSymbols (line 141) | public function getDiscoveredSymbols(): array method setAbsoluteTargetPath (line 146) | public function setAbsoluteTargetPath(string $absoluteTargetPath): void method getAbsoluteTargetPath (line 155) | public function getAbsoluteTargetPath(): string method setDidUpdate (line 163) | public function setDidUpdate(): void method getDidUpdate (line 168) | public function getDidUpdate(): bool method getVendorRelativePath (line 173) | public function getVendorRelativePath(): string FILE: src/Files/FileBase.php type FileBase (line 7) | interface FileBase method getSourcePath (line 10) | public function getSourcePath(): string; method getAbsoluteTargetPath (line 12) | public function getAbsoluteTargetPath(): string; method setAbsoluteTargetPath (line 14) | public function setAbsoluteTargetPath(string $absoluteTargetPath): void; method getVendorRelativePath (line 16) | public function getVendorRelativePath(): string; method isPhpFile (line 18) | public function isPhpFile(): bool; method isAutoloaded (line 20) | public function isAutoloaded(): bool; method setDoCopy (line 22) | public function setDoCopy(bool $doCopy): void; method isDoCopy (line 24) | public function isDoCopy(): bool; method setDoPrefix (line 26) | public function setDoPrefix(bool $doPrefix): void; method isDoPrefix (line 28) | public function isDoPrefix(): bool; method setDoDelete (line 37) | public function setDoDelete(bool $doDelete): void; method isDoDelete (line 44) | public function isDoDelete(): bool; method setDidDelete (line 46) | public function setDidDelete(bool $didDelete): void; method getDidDelete (line 48) | public function getDidDelete(): bool; method setDidUpdate (line 50) | public function setDidUpdate(): void; method addDiscoveredSymbol (line 52) | public function addDiscoveredSymbol(DiscoveredSymbol $symbol): void; method getDiscoveredSymbols (line 57) | public function getDiscoveredSymbols(): array; FILE: src/Files/FileWithDependency.php class FileWithDependency (line 8) | class FileWithDependency extends File implements HasDependency method __construct (line 28) | public function __construct(ComposerPackage $dependency, string $vendo... method getDependency (line 50) | public function getDependency(): ComposerPackage method addAutoloader (line 63) | public function addAutoloader(string $autoloaderType): void method isFilesAutoloaderFile (line 68) | public function isFilesAutoloaderFile(): bool method getPackageRelativePath (line 73) | public function getPackageRelativePath(): string method isDoDelete (line 78) | public function isDoDelete(): bool FILE: src/Files/HasDependency.php type HasDependency (line 7) | interface HasDependency method getDependency (line 10) | public function getDependency(): ComposerPackage; method addAutoloader (line 15) | public function addAutoloader(string $autoloaderType): void; method isFilesAutoloaderFile (line 17) | public function isFilesAutoloaderFile(): bool; FILE: src/Helpers/FileSystem.php class FileSystem (line 24) | class FileSystem implements FilesystemOperator, FlysystemBackCompatInter... method __construct (line 46) | public function __construct( method getFsRoot (line 63) | public static function getFsRoot(?string $path = null): string method makePathNormalizer (line 71) | public static function makePathNormalizer(string $workingDir): PathNor... method normalizeDirSeparator (line 99) | public static function normalizeDirSeparator($path, $slashTo = '/'): s... method findAllFilesAbsolutePaths (line 112) | public function findAllFilesAbsolutePaths(array $fileAndDirPaths, bool... method getAttributes (line 149) | public function getAttributes(string $absolutePath): ?StorageAttributes method exists (line 171) | public function exists(string $location): bool method fileExists (line 178) | public function fileExists(string $location): bool method read (line 185) | public function read(string $location): string method readStream (line 192) | public function readStream(string $location) method listContents (line 199) | public function listContents(string $location, bool $deep = self::LIST... method lastModified (line 207) | public function lastModified(string $path): int method fileSize (line 214) | public function fileSize(string $path): int method mimeType (line 221) | public function mimeType(string $path): string method visibility (line 228) | public function visibility(string $path): string method write (line 239) | public function write(string $location, string $contents, array $confi... method writeStream (line 252) | public function writeStream(string $location, $contents, array $config... method setVisibility (line 261) | public function setVisibility(string $path, string $visibility): void method delete (line 269) | public function delete(string $location): void method deleteDirectory (line 276) | public function deleteDirectory(string $location): void method createDirectory (line 287) | public function createDirectory(string $location, array $config = []):... method move (line 299) | public function move(string $source, string $destination, array $confi... method copy (line 312) | public function copy(string $source, string $destination, array $confi... method getRelativePath (line 330) | public function getRelativePath(string $fromAbsoluteDirectory, string ... method getProjectRelativePath (line 356) | public function getProjectRelativePath(string $absolutePath): string method isSymlinked (line 373) | public function isSymlinked(string $path): bool method isSubDirOf (line 399) | public function isSubDirOf(string $dir, string $subDir): bool method normalizePath (line 407) | public function normalizePath(string $path): string method makeAbsolute (line 421) | public function makeAbsolute(string $path): string method isDirectoryEmpty (line 443) | public function isDirectoryEmpty(string $dirPath): bool FILE: src/Helpers/FlysystemBackCompatInterface.php type FlysystemBackCompatInterface (line 10) | interface FlysystemBackCompatInterface extends FilesystemOperator method directoryExists (line 12) | public function directoryExists(string $location): bool; method has (line 13) | public function has(string $location): bool; FILE: src/Helpers/FlysystemBackCompatTrait.php type FlysystemBackCompatTrait (line 12) | trait FlysystemBackCompatTrait method directoryExists (line 17) | public function directoryExists(string $location): bool method has (line 40) | public function has(string $location): bool FILE: src/Helpers/InMemoryFilesystemAdapter.php class InMemoryFilesystemAdapter (line 9) | class InMemoryFilesystemAdapter extends LeagueInMemoryFilesystemAdapter method visibility (line 12) | public function visibility(string $path): FileAttributes method lastModified (line 28) | public function lastModified(string $path): FileAttributes method copy (line 38) | public function copy(string $source, string $destination, Config $conf... method write (line 45) | public function write(string $path, string $contents, Config $config):... method createDirectories (line 55) | protected function createDirectories(string $path, Config $config): void FILE: src/Helpers/Log/PadColonColumnsLogProcessor.php class PadColonColumnsLogProcessor (line 18) | class PadColonColumnsLogProcessor implements ProcessorInterface method __invoke (line 27) | public function __invoke(array $record): array method pad (line 49) | private function pad(string $text, int $padLength): string FILE: src/Helpers/Log/RelativeFilepathLogProcessor.php class RelativeFilepathLogProcessor (line 13) | class RelativeFilepathLogProcessor implements ProcessorInterface method __construct (line 17) | public function __construct( method __invoke (line 28) | public function __invoke(array $record): array FILE: src/Helpers/NamespaceSort.php class NamespaceSort (line 8) | class NamespaceSort method __construct (line 16) | public function __construct(bool $order = self::SHORTEST) method __invoke (line 21) | public function __invoke(string $a, string $b): int method sort (line 31) | protected function sort(string $a, string $b): int FILE: src/Helpers/ReadOnlyFileSystem.php class ReadOnlyFileSystem (line 27) | class ReadOnlyFileSystem implements FilesystemOperator, FlysystemBackCom... method __construct (line 36) | public function __construct(FilesystemOperator $filesystem, ?PathNorma... method fileExists (line 46) | public function fileExists(string $location): bool method write (line 61) | public function write(string $location, string $contents, array $confi... method writeStream (line 78) | public function writeStream(string $location, $contents, $config = [])... method rewindStream (line 93) | private function rewindStream($resource): void method read (line 100) | public function read(string $location): string method readStream (line 113) | public function readStream(string $location) method delete (line 126) | public function delete(string $location): void method deleteDirectory (line 139) | public function deleteDirectory(string $location): void method createDirectory (line 151) | public function createDirectory(string $location, array $config = []):... method listContents (line 160) | public function listContents(string $location, bool $deep = self::LIST... method move (line 191) | public function move(string $source, string $destination, array $confi... method copy (line 201) | public function copy(string $source, string $destination, $config = nu... method getAttributes (line 227) | private function getAttributes(string $path): StorageAttributes method lastModified (line 241) | public function lastModified(string $path): int method fileSize (line 247) | public function fileSize(string $path): int method mimeType (line 266) | public function mimeType(string $path): string method setVisibility (line 271) | public function setVisibility(string $path, string $visibility): void method visibility (line 276) | public function visibility(string $path): string method directoryExists (line 299) | public function directoryExists(string $location): bool method directoryExistsIn (line 318) | protected function directoryExistsIn(string $location, $filesystem): bool method has (line 342) | public function has(string $location): bool FILE: src/Helpers/StripFsRootPathNormalizer.php class StripFsRootPathNormalizer (line 8) | class StripFsRootPathNormalizer implements PathNormalizer method __construct (line 20) | public function __construct( method normalizePath (line 31) | public function normalizePath(string $path): string FILE: src/Pipeline/Aliases/Aliases.php class Aliases (line 32) | class Aliases method __construct (line 40) | public function __construct( method getTemplate (line 56) | protected function getTemplate(array $aliasesArray, ?string $autoloadA... method writeAliasesFileForSymbols (line 92) | public function writeAliasesFileForSymbols(DiscoveredSymbols $symbols)... method getAliasFilepath (line 106) | protected function getAliasFilepath(): string method getModifiedSymbols (line 114) | protected function getModifiedSymbols(DiscoveredSymbols $symbols): Dis... method registerAutoloader (line 137) | protected function registerAutoloader(array $classmap): void method buildStringOfAliases (line 157) | protected function buildStringOfAliases(DiscoveredSymbols $modifiedSym... method getAliasesArray (line 174) | protected function getAliasesArray(DiscoveredSymbols $symbols): array method getFunctionAliasesString (line 191) | protected function getFunctionAliasesString(DiscoveredSymbols $discove... method aliasedFunctionTemplate (line 314) | protected function aliasedFunctionTemplate( FILE: src/Pipeline/Aliases/autoload_aliases.template.php class AliasAutoloader (line 17) | class AliasAutoloader method __construct (line 26) | public function __construct() method autoload (line 34) | public function autoload($class): void method load (line 67) | private function load(string $includeFile): void method classTemplate (line 77) | private function classTemplate(array $class): string method interfaceTemplate (line 102) | private function interfaceTemplate(array $interface): string method traitTemplate (line 120) | private function traitTemplate(array $trait): string FILE: src/Pipeline/Autoload.php class Autoload (line 24) | class Autoload method __construct (line 49) | public function __construct( method generate (line 67) | public function generate(array $flatDependencyTree, DiscoveredSymbols ... FILE: src/Pipeline/Autoload/ComposerAutoloadGenerator.php class ComposerAutoloadGenerator (line 28) | class ComposerAutoloadGenerator extends AutoloadGenerator method __construct (line 42) | public function __construct( method getFileIdentifier (line 65) | protected function getFileIdentifier(PackageInterface $package, string... FILE: src/Pipeline/Autoload/DumpAutoload.php class DumpAutoload (line 28) | class DumpAutoload method __construct (line 40) | public function __construct( method generatedPrefixedAutoloader (line 59) | public function generatedPrefixedAutoloader(): void method generatedMainAutoloader (line 74) | protected function generatedMainAutoloader(): void method isOptimizeAutoloaderEnabled (line 186) | protected function isOptimizeAutoloaderEnabled(): bool method createInstalledVersionsFiles (line 203) | protected function createInstalledVersionsFiles(): void method prefixNewAutoloader (line 235) | protected function prefixNewAutoloader(): void method getSuffix (line 293) | protected function getSuffix(): ?string FILE: src/Pipeline/Autoload/VendorComposerAutoload.php class VendorComposerAutoload (line 25) | class VendorComposerAutoload method __construct (line 33) | public function __construct( method addVendorPrefixedAutoloadToVendorAutoload (line 46) | public function addVendorPrefixedAutoloadToVendorAutoload(): void method addAliasesFileToComposer (line 86) | public function addAliasesFileToComposer(): void method isComposerInstalled (line 127) | protected function isComposerInstalled(): bool method isComposerNoDev (line 154) | protected function isComposerNoDev(): bool method addAliasesFileToComposerAutoload (line 166) | protected function addAliasesFileToComposerAutoload(string $code): string method addVendorPrefixedAutoloadToComposerAutoload (line 250) | protected function addVendorPrefixedAutoloadToComposerAutoload(string ... FILE: src/Pipeline/AutoloadedFilesEnumerator.php class AutoloadedFilesEnumerator (line 16) | class AutoloadedFilesEnumerator method __construct (line 23) | public function __construct( method scanForAutoloadedFiles (line 36) | public function scanForAutoloadedFiles(array $dependencies): void method scanPackage (line 47) | protected function scanPackage(ComposerPackage $dependency): void FILE: src/Pipeline/ChangeEnumerator.php class ChangeEnumerator (line 17) | class ChangeEnumerator method __construct (line 23) | public function __construct( method determineReplacements (line 31) | public function determineReplacements(DiscoveredSymbols $discoveredSym... method determineNamespaceReplacement (line 156) | protected function determineNamespaceReplacement(string $originalNames... FILE: src/Pipeline/Cleanup/Cleanup.php class Cleanup (line 30) | class Cleanup method __construct (line 41) | public function __construct( method deleteFiles (line 63) | public function deleteFiles(array $flatDependencyTree, DiscoveredFiles... method cleanupVendorInstalledJson (line 87) | public function cleanupVendorInstalledJson(array $flatDependencyTree, ... method rebuildVendorAutoloader (line 122) | public function rebuildVendorAutoloader(): void method isOptimizeAutoloaderEnabled (line 178) | protected function isOptimizeAutoloaderEnabled(): bool method deleteEmptyDirectories (line 189) | protected function deleteEmptyDirectories(array $files): void method doIsDeleteVendorPackages (line 255) | protected function doIsDeleteVendorPackages(array $flatDependencyTree,... method doIsDeleteVendorFiles (line 338) | public function doIsDeleteVendorFiles(array $files): void FILE: src/Pipeline/Cleanup/InstalledJson.php class InstalledJson (line 46) | class InstalledJson method __construct (line 54) | public function __construct( method copyInstalledJson (line 68) | public function copyInstalledJson(): void method getJsonFile (line 98) | protected function getJsonFile(string $vendorDir): JsonFile method updatePackagePaths (line 129) | protected function updatePackagePaths(array $installedJsonArray, array... method pathExistsInPackage (line 175) | protected function pathExistsInPackage(string $vendorDir, array $packa... method removeMissingAutoloadKeyPaths (line 189) | protected function removeMissingAutoloadKeyPaths(array $installedJsonA... method removeMovedPackagesAutoloadKeyFromVendorDirInstalledJson (line 283) | protected function removeMovedPackagesAutoloadKeyFromVendorDirInstalle... method removeMovedPackagesAutoloadKeyFromTargetDirInstalledJson (line 317) | protected function removeMovedPackagesAutoloadKeyFromTargetDirInstalle... method updateNamespaces (line 358) | protected function updateNamespaces(array $installedJsonArray, Discove... method cleanTargetDirInstalledJson (line 468) | public function cleanTargetDirInstalledJson(array $flatDependencyTree,... method cleanupVendorInstalledJson (line 542) | public function cleanupVendorInstalledJson(array $flatDependencyTree, ... method reindexPackagesList (line 583) | private function reindexPackagesList(array $installedJsonArray): array FILE: src/Pipeline/Copier.php class Copier (line 24) | class Copier method __construct (line 42) | public function __construct( method prepareTarget (line 60) | public function prepareTarget(): void method copy (line 85) | public function copy(): void FILE: src/Pipeline/DependenciesEnumerator.php class DependenciesEnumerator (line 23) | class DependenciesEnumerator method __construct (line 60) | public function __construct( method getAllDependencies (line 79) | public function getAllDependencies(): array method recursiveGetAllDependencies (line 92) | protected function recursiveGetAllDependencies(array $requiredPackageN... method getAllFilesAutoloaders (line 211) | public function getAllFilesAutoloaders(): array method removeVirtualPackagesFilter (line 225) | protected function removeVirtualPackagesFilter(string $requiredPackage... FILE: src/Pipeline/FileCopyScanner.php class FileCopyScanner (line 32) | class FileCopyScanner method __construct (line 40) | public function __construct( method scanFiles (line 51) | public function scanFiles(DiscoveredFiles $files): void method isPackageExcluded (line 113) | protected function isPackageExcluded(ComposerPackage $package): bool method isNamespaceExcluded (line 125) | protected function isNamespaceExcluded(FileBase $file): bool method isFilePathExcluded (line 153) | protected function isFilePathExcluded(FileBase $file): bool method preparePattern (line 167) | private function preparePattern(string $pattern): string FILE: src/Pipeline/FileEnumerator.php class FileEnumerator (line 18) | class FileEnumerator method __construct (line 31) | public function __construct( method compileFileListForDependencies (line 49) | public function compileFileListForDependencies(array $dependencies): D... method compileFileListForPaths (line 66) | public function compileFileListForPaths(array $paths, ?ComposerPackage... method addFile (line 87) | protected function addFile( FILE: src/Pipeline/FileSymbolScanner.php class FileSymbolScanner (line 36) | class FileSymbolScanner method __construct (line 57) | public function __construct( method add (line 72) | protected function add(DiscoveredSymbol $symbol): void method findInFiles (line 96) | public function findInFiles(DiscoveredFiles $files): DiscoveredSymbols method find (line 126) | protected function find(string $contents, FileBase $file, ?ComposerPac... method splitByNamespace (line 187) | protected function splitByNamespace(string $contents):array method addDiscoveredClassChange (line 235) | protected function addDiscoveredClassChange( method addDiscoveredNamespaceChange (line 252) | protected function addDiscoveredNamespaceChange(string $namespace, Fil... method getBuiltIns (line 288) | protected function getBuiltIns(): array method loadBuiltIns (line 300) | protected function loadBuiltIns(): void FILE: src/Pipeline/Licenser.php class Licenser (line 30) | class Licenser method __construct (line 65) | public function __construct( method copyLicenses (line 88) | public function copyLicenses(): void method findLicenseFiles (line 138) | public function findLicenseFiles(): void method getDiscoveredLicenseFiles (line 177) | public function getDiscoveredLicenseFiles(): array method addInformationToUpdatedFiles (line 188) | public function addInformationToUpdatedFiles(array $modifiedFiles): void method addChangeDeclarationToPhpString (line 235) | public function addChangeDeclarationToPhpString( FILE: src/Pipeline/MarkSymbolsForRenaming.php class MarkSymbolsForRenaming (line 22) | class MarkSymbolsForRenaming method __construct (line 30) | public function __construct( method scanSymbols (line 40) | public function scanSymbols(DiscoveredSymbols $symbols): void method fileIsAutoloaded (line 87) | protected function fileIsAutoloaded(DiscoveredSymbol $symbol): bool method excludeFromPrefix (line 109) | protected function excludeFromPrefix(DiscoveredSymbol $symbol): bool method isSymbolFoundInFileThatIsNotCopied (line 123) | protected function isSymbolFoundInFileThatIsNotCopied(DiscoveredSymbol... method isSymbolFoundInFileThatIsCopied (line 136) | protected function isSymbolFoundInFileThatIsCopied(DiscoveredSymbol $s... method isExcludeFromCopyPackage (line 152) | protected function isExcludeFromCopyPackage(?string $packageName): bool method isExcludeFromPrefixPackage (line 160) | protected function isExcludeFromPrefixPackage(?string $packageName): bool method isExcludeFromPrefixNamespace (line 180) | protected function isExcludeFromPrefixNamespace(?string $namespace): bool method isExcludedFromPrefixFilePattern (line 202) | protected function isExcludedFromPrefixFilePattern(array $files): bool method isExcludeConstants (line 224) | protected function isExcludeConstants(ConstantSymbol $symbol): bool method isExcludeConstantsPackage (line 232) | protected function isExcludeConstantsPackage(?string $packageName): bool method isExcludeConstantsNamespace (line 240) | protected function isExcludeConstantsNamespace(?string $namespace): bool method isExcludedConstantsFilePattern (line 256) | protected function isExcludedConstantsFilePattern(array $files): bool method isExcludeConstantName (line 274) | protected function isExcludeConstantName(string $constantName): bool method preparePattern (line 282) | private function preparePattern(string $pattern): string FILE: src/Pipeline/Prefixer.php class Prefixer (line 33) | class Prefixer method __construct (line 48) | public function __construct( method replaceInFiles (line 69) | public function replaceInFiles(DiscoveredSymbols $discoveredSymbols, a... method replaceInProjectFiles (line 121) | public function replaceInProjectFiles(DiscoveredSymbols $discoveredSym... method replaceInString (line 160) | public function replaceInString(DiscoveredSymbols $discoveredSymbols, ... method replaceConstFetchNamespaces (line 205) | protected function replaceConstFetchNamespaces(DiscoveredSymbols $symb... method replaceNamespace (line 266) | public function replaceNamespace(string $contents, string $originalNam... method replaceClassname (line 364) | public function replaceClassname(string $contents, string $originalCla... method replaceGlobalClassInsideNamedNamespace (line 428) | protected function replaceGlobalClassInsideNamedNamespace( method checkPregError (line 472) | protected function checkPregError(): void method replaceConstants (line 487) | protected function replaceConstants(string $contents, array $originalC... method replaceConstant (line 497) | protected function replaceConstant(string $contents, string $originalC... method replaceFunctions (line 502) | protected function replaceFunctions(string $contents, FunctionSymbol $... method getModifiedFiles (line 590) | public function getModifiedFiles(): array method prepareRelativeNamespaces (line 607) | protected function prepareRelativeNamespaces(string $phpFileContent, a... FILE: src/Types/AutoloadAliasInterface.php type AutoloadAliasInterface (line 16) | interface AutoloadAliasInterface method getAutoloadAliasArray (line 21) | public function getAutoloadAliasArray(): array; FILE: src/Types/ClassSymbol.php class ClassSymbol (line 10) | class ClassSymbol extends DiscoveredSymbol implements AutoloadAliasInter... method __construct (line 28) | public function __construct( method getExtends (line 43) | public function getExtends(): ?string method getInterfaces (line 51) | public function getInterfaces(): array method isAbstract (line 56) | public function isAbstract(): bool method getOriginalSymbolStripPrefix (line 61) | public function getOriginalSymbolStripPrefix(string $class_prefix): st... method getAutoloadAliasArray (line 78) | public function getAutoloadAliasArray(): array FILE: src/Types/ConstantSymbol.php class ConstantSymbol (line 5) | class ConstantSymbol extends DiscoveredSymbol FILE: src/Types/DiscoveredSymbol.php class DiscoveredSymbol (line 12) | abstract class DiscoveredSymbol method __construct (line 31) | public function __construct( method getOriginalSymbol (line 46) | public function getOriginalSymbol(): string method getSourceFiles (line 54) | public function getSourceFiles(): array method addSourceFile (line 62) | public function addSourceFile(FileBase $sourceFile): void method getReplacement (line 67) | public function getReplacement(): string method setReplacement (line 74) | public function setReplacement(string $replacement): void method getNamespace (line 79) | public function getNamespace(): ?string method getOriginalLocalName (line 84) | public function getOriginalLocalName(): string method setDoRename (line 89) | public function setDoRename(bool $doRename): void method isDoRename (line 94) | public function isDoRename(): bool method getPackage (line 99) | public function getPackage(): ?ComposerPackage method getPackageName (line 104) | public function getPackageName(): ?string FILE: src/Types/DiscoveredSymbols.php class DiscoveredSymbols (line 11) | class DiscoveredSymbols method __construct (line 34) | public function __construct() method add (line 45) | public function add(DiscoveredSymbol $symbol): void method getSymbols (line 74) | public function getSymbols(): array method getConstants (line 87) | public function getConstants(): array method getNamespaces (line 95) | public function getNamespaces(): array method getNamespace (line 100) | public function getNamespace(string $namespace): ?NamespaceSymbol method getGlobalClasses (line 108) | public function getGlobalClasses(): array method getGlobalClassChanges (line 119) | public function getGlobalClassChanges(): array method getAllClasses (line 130) | public function getAllClasses(): array method getDiscoveredNamespaces (line 140) | public function getDiscoveredNamespaces(?string $namespacePrefix = '')... method getDiscoveredNamespaceChanges (line 162) | public function getDiscoveredNamespaceChanges(?string $namespacePrefix... method getDiscoveredClasses (line 173) | public function getDiscoveredClasses(?string $classmapPrefix = ''): array method getDiscoveredConstants (line 188) | public function getDiscoveredConstants(?string $constantsPrefix = ''):... method getDiscoveredConstantChanges (line 203) | public function getDiscoveredConstantChanges(?string $constantsPrefix ... method getDiscoveredFunctions (line 220) | public function getDiscoveredFunctions(): array method getDiscoveredFunctionChanges (line 228) | public function getDiscoveredFunctionChanges(): array method getAll (line 239) | public function getAll(): array method getDiscoveredTraits (line 247) | public function getDiscoveredTraits(): array method getDiscoveredInterfaces (line 255) | public function getDiscoveredInterfaces(): array method getClassmapSymbols (line 265) | public function getClassmapSymbols(): array method getNamespaceSymbolByString (line 274) | public function getNamespaceSymbolByString(string $namespace): ?Namesp... FILE: src/Types/FunctionSymbol.php class FunctionSymbol (line 5) | class FunctionSymbol extends DiscoveredSymbol FILE: src/Types/InterfaceSymbol.php class InterfaceSymbol (line 11) | class InterfaceSymbol extends DiscoveredSymbol implements AutoloadAliasI... method __construct (line 25) | public function __construct( method getExtends (line 40) | public function getExtends(): array method getAutoloadAliasArray (line 48) | public function getAutoloadAliasArray(): array FILE: src/Types/NamespaceSymbol.php class NamespaceSymbol (line 8) | class NamespaceSymbol extends DiscoveredSymbol method isChangedNamespace (line 10) | public function isChangedNamespace(): bool FILE: src/Types/TraitSymbol.php class TraitSymbol (line 11) | class TraitSymbol extends DiscoveredSymbol implements AutoloadAliasInter... method __construct (line 25) | public function __construct( method getUses (line 40) | public function getUses(): array method getAutoloadAliasArray (line 48) | public function getAutoloadAliasArray(): array FILE: tests/Integration/Autoload/DumpAutoloadFeatureTest.php class DumpAutoloadFeatureTest (line 20) | class DumpAutoloadFeatureTest extends IntegrationTestCase method test_optimize_autoloader_for_prefixed_autoload_real (line 25) | public function test_optimize_autoloader_for_prefixed_autoload_real(st... method provider_optimize_autoloader_for_prefixed_autoload_real (line 70) | public static function provider_optimize_autoloader_for_prefixed_autol... method test_fix_double_loading_of_files_autoloaders (line 120) | public function test_fix_double_loading_of_files_autoloaders(string $c... method provider_fix_double_loading_of_files_autoloaders (line 152) | public static function provider_fix_double_loading_of_files_autoloader... method test_option_include_root_autoload (line 212) | public function test_option_include_root_autoload(string $composerJson... method provider_option_include_root_autoload (line 253) | public static function provider_option_include_root_autoload(): array method test_check_prefixed_autoloader_indirect (line 337) | public function test_check_prefixed_autoloader_indirect(): void FILE: tests/Integration/Autoload/VendorComposerAutoloadFeatureTest.php class VendorComposerAutoloadFeatureTest (line 13) | class VendorComposerAutoloadFeatureTest extends IntegrationTestCase method testHappyPath (line 16) | public function testHappyPath(): void method testInstallNoDev (line 50) | public function testInstallNoDev(): void method testRepeatedlyRunningOnlyAddsAutoloadOnce (line 83) | public function testRepeatedlyRunningOnlyAddsAutoloadOnce(): void method testRepeatedlyRunningOnlyAddsAutoloadAliasesOnce (line 129) | public function testRepeatedlyRunningOnlyAddsAutoloadAliasesOnce(): void method test_does_not_edit_autoloader_namespaces_when_not_deleting_files (line 171) | public function test_does_not_edit_autoloader_namespaces_when_not_dele... method test_does_edit_autoloader_namespaces_when_deleting_files (line 212) | public function test_does_edit_autoloader_namespaces_when_deleting_fil... method test_does_edit_autoloader_namespaces_when_target_is_vendor (line 254) | public function test_does_edit_autoloader_namespaces_when_target_is_ve... FILE: tests/Integration/ChangeEnumeratorIntegrationTest.php class ChangeEnumeratorIntegrationTest (line 10) | class ChangeEnumeratorIntegrationTest extends IntegrationTestCase method testPrepareTarget (line 16) | public function testPrepareTarget(): void method testNamespaceInTwoPackagesExclude (line 50) | public function testNamespaceInTwoPackagesExclude(): void FILE: tests/Integration/Cleanup/ExcludeFromCopyAutoloadIntegrationTest.php class ExcludeFromCopyAutoloadIntegrationTest (line 13) | class ExcludeFromCopyAutoloadIntegrationTest extends IntegrationTestCase method test_excluded_package_remains_in_vendor_autoload_after_parent_package_is_deleted (line 15) | public function test_excluded_package_remains_in_vendor_autoload_after... method test_rebuild_vendor_autoloader_keeps_orphaned_excluded_package_autoloads (line 49) | public function test_rebuild_vendor_autoloader_keeps_orphaned_excluded... method createLocalPathRepositoryFixture (line 72) | private function createLocalPathRepositoryFixture(): void method composerInstall (line 163) | private function composerInstall(): void method runStraussInSubprocess (line 169) | private function runStraussInSubprocess(?string &$allOutput = null): int method removePackageFromVendorInstalledJson (line 181) | private function removePackageFromVendorInstalledJson(string $packageN... method extractPackageNamesFromInstalledJson (line 202) | private function extractPackageNamesFromInstalledJson(string $installe... method assertPreservedPackageIsRuntimeAutoloadable (line 216) | private function assertPreservedPackageIsRuntimeAutoloadable(): void method writeJsonFile (line 237) | private function writeJsonFile(string $path, array $contents): void method writeFile (line 245) | private function writeFile(string $path, string $contents): void method readFile (line 255) | private function readFile(string $path): string FILE: tests/Integration/Cleanup/InstalledJsonIntegrationTest.php class InstalledJsonIntegrationTest (line 10) | class InstalledJsonIntegrationTest extends IntegrationTestCase method testVendorInstalledJsonPackagesRemainAListAfterDeletedPackagesAreRemoved (line 12) | public function testVendorInstalledJsonPackagesRemainAListAfterDeleted... method testTargetInstalledJsonPackagesRemainAListAfterNonStraussPackagesAreRemoved (line 30) | public function testTargetInstalledJsonPackagesRemainAListAfterNonStra... method testComposerDumpAutoloadOnTargetDirectory (line 58) | public function testComposerDumpAutoloadOnTargetDirectory(): void method testComposerDumpAutoloadOnTargetDirectoryIsVendorDir (line 95) | public function testComposerDumpAutoloadOnTargetDirectoryIsVendorDir()... method testComposerDumpAutoloadWithDeleteFalse (line 127) | public function testComposerDumpAutoloadWithDeleteFalse(): void method testPackageWithEmptyPsr4Namespace (line 170) | public function testPackageWithEmptyPsr4Namespace(): void method createDeletedParentWithExcludedDependencyFixture (line 250) | private function createDeletedParentWithExcludedDependencyFixture(): void method createTargetPackageRemovalFixture (line 299) | private function createTargetPackageRemovalFixture(): void method pathRepository (line 346) | private function pathRepository(string $path): array method writePackage (line 360) | private function writePackage(string $path, string $name, array $requi... method writeJsonFile (line 390) | private function writeJsonFile(string $path, array $contents): void method writeFile (line 398) | private function writeFile(string $path, string $contents): void method assertInstalledJsonPackagesIsList (line 411) | private function assertInstalledJsonPackagesIsList(string $installedJs... FILE: tests/Integration/CleanupIntegrationTest.php class CleanupIntegrationTest (line 16) | class CleanupIntegrationTest extends IntegrationTestCase method test_optimize_autoloader_for_vendor_autoload_real (line 21) | public function test_optimize_autoloader_for_vendor_autoload_real(stri... method provider_optimize_autoloader_for_vendor_autoload_real (line 49) | public static function provider_optimize_autoloader_for_vendor_autoloa... method testFilesAutoloaderCleaned (line 91) | public function testFilesAutoloaderCleaned(): void method testExcludedPackagesNotDeletedWhenDeleteVendorPackagesEnabled (line 149) | public function testExcludedPackagesNotDeletedWhenDeleteVendorPackages... method extractPackageNamesFromInstalledJson (line 207) | private function extractPackageNamesFromInstalledJson(string $installe... FILE: tests/Integration/CleanupSymlinkIntegrationTest.php class CleanupSymlinkIntegrationTest (line 10) | final class CleanupSymlinkIntegrationTest extends IntegrationTestCase method testEnsureNoRemovalOfSymlinks (line 15) | public function testEnsureNoRemovalOfSymlinks(): void method packageComposerFile (line 67) | private function packageComposerFile(): string method symlinkedComposerFile (line 96) | private function symlinkedComposerFile(): string method symlinkedPhpFile (line 110) | private function symlinkedPhpFile(): string FILE: tests/Integration/CopierFeatureTest.php class CopierFeatureTest (line 30) | class CopierFeatureTest extends IntegrationTestCase method test_default_copy_behavior_with_vendor_prefixed_target (line 40) | public function test_default_copy_behavior_with_vendor_prefixed_target... method test_custom_target_directory (line 85) | public function test_custom_target_directory(): void method test_target_directory_same_as_vendor_directory (line 134) | public function test_target_directory_same_as_vendor_directory(): void method test_exclude_packages_from_copy (line 180) | public function test_exclude_packages_from_copy(): void method test_exclude_namespaces_from_copy (line 230) | public function test_exclude_namespaces_from_copy(): void method test_exclude_file_patterns_from_copy (line 277) | public function test_exclude_file_patterns_from_copy(): void method test_exclude_with_inverted_regex_pattern (line 325) | public function test_exclude_with_inverted_regex_pattern(): void method test_combined_exclusions_from_copy (line 372) | public function test_combined_exclusions_from_copy(): void method test_excluded_files_not_prefixed (line 424) | public function test_excluded_files_not_prefixed(): void method test_target_directory_creation (line 471) | public function test_target_directory_creation(): void method test_existing_target_files_overwritten (line 517) | public function test_existing_target_files_overwritten(): void method test_missing_source_files_handled_gracefully (line 571) | public function test_missing_source_files_handled_gracefully(): void method test_directory_and_file_copying (line 621) | public function test_directory_and_file_copying(): void method test_symlink_files_copying (line 677) | public function test_symlink_files_copying(): void method test_absolute_vs_relative_target_paths (line 697) | public function test_absolute_vs_relative_target_paths(): void method test_empty_exclude_configuration (line 767) | public function test_empty_exclude_configuration(): void method test_invalid_regex_pattern_handling (line 811) | public function test_invalid_regex_pattern_handling(): void method test_case_sensitivity_in_namespace_exclusions (line 859) | public function test_case_sensitivity_in_namespace_exclusions(): void method test_files_autoloader_copying (line 904) | public function test_files_autoloader_copying(): void FILE: tests/Integration/CopierIntegrationTest.php class CopierIntegrationTest (line 20) | class CopierIntegrationTest extends IntegrationTestCase method testPrepareTarget (line 23) | public function testPrepareTarget(): void method testsCopy (line 90) | public function testsCopy(): void method createComposer (line 161) | protected function createComposer(): void method it_creates_absent_dirs (line 199) | public function it_creates_absent_dirs(): void method it_is_unpertrubed_by_existing_dirs (line 226) | public function it_is_unpertrubed_by_existing_dirs(): void method it_deletes_subdirs_for_packages_about_to_be_moved (line 261) | public function it_deletes_subdirs_for_packages_about_to_be_moved(): void FILE: tests/Integration/DryRunFeatureTest.php class DryRunFeatureTest (line 12) | class DryRunFeatureTest extends IntegrationTestCase method test_not_enabled (line 19) | public function test_not_enabled(): void method getDirectoryMd5s (line 26) | protected function getDirectoryMd5s(string $directory): array method assertEqualsDirectoryHashes (line 44) | protected function assertEqualsDirectoryHashes(array $hashesBefore, ar... method test_happy_path (line 62) | public function test_happy_path(): void method test_cli_argument (line 103) | public function test_cli_argument(): void method test_cli_argument_overrides_composer_json (line 144) | public function test_cli_argument_overrides_composer_json(): void method testGenerateAutoload (line 186) | public function testGenerateAutoload():void method test_composer_files_not_modified (line 227) | public function test_composer_files_not_modified(): void FILE: tests/Integration/DumpAutoloadFeatureTest.php class DumpAutoloadFeatureTest (line 13) | class DumpAutoloadFeatureTest extends IntegrationTestCase method testDumpAutoload (line 18) | public function testDumpAutoload(): void FILE: tests/Integration/ExcludeFromPrefixFeatureTest.php class ExcludeFromPrefixFeatureTest (line 8) | class ExcludeFromPrefixFeatureTest extends IntegrationTestCase method test_exclude_from_prefix_file_patterns (line 11) | public function test_exclude_from_prefix_file_patterns(): void method test_namespace_excluded (line 51) | public function test_namespace_excluded(): void FILE: tests/Integration/FileCopyScannerIntegrationTest.php class FileCopyScannerIntegrationTest (line 21) | class FileCopyScannerIntegrationTest extends IntegrationTestCase method test_find_namespace_and_global_classes (line 27) | public function test_find_namespace_and_global_classes(): void method test_exclude_copy_file_patterns (line 118) | public function test_exclude_copy_file_patterns(): void FILE: tests/Integration/FileEnumeratorIntegrationTest.php class FileEnumeratorIntegrationTest (line 17) | class FileEnumeratorIntegrationTest extends IntegrationTestCase method testBuildFileList (line 20) | public function testBuildFileList(): void method test_exclude_from_classmap (line 79) | public function test_exclude_from_classmap(): void FILE: tests/Integration/Helpers/FileSystemIntegrationTest.php class FileSystemIntegrationTest (line 11) | class FileSystemIntegrationTest extends IntegrationTestCase method test_is_dir (line 16) | public function test_is_dir(): void method test_find_all_files_absolute_paths (line 31) | public function test_find_all_files_absolute_paths(): void FILE: tests/Integration/Helpers/PadColonColumnsLogProcessorIntegrationTest.php class PadColonColumnsLogProcessorIntegrationTest (line 11) | class PadColonColumnsLogProcessorIntegrationTest extends TestCase method testHappyPath (line 13) | public function testHappyPath(): void FILE: tests/Integration/Helpers/ReadOnlyFileSystemIntegrationTest.php class ReadOnlyFileSystemIntegrationTest (line 12) | class ReadOnlyFileSystemIntegrationTest extends IntegrationTestCase method test_write (line 22) | public function test_write(): void method test_file_exists_true (line 43) | public function test_file_exists_true(): void method test_file_exists_false (line 62) | public function test_file_exists_false(): void method test_dry_run_deleted_file_throws_exception_on_read (line 78) | public function test_dry_run_deleted_file_throws_exception_on_read(): ... method testListContentsDeleteFile (line 100) | public function testListContentsDeleteFile(): void method testListContentsAddFile (line 126) | public function testListContentsAddFile(): void method test_copy (line 148) | public function test_copy():void method testDirectoryExists (line 169) | public function testDirectoryExists(): void method testDirectoryExistsDelete (line 183) | public function testDirectoryExistsDelete(): void method testDirectoryExistsPhantomDir (line 210) | public function testDirectoryExistsPhantomDir(): void FILE: tests/Integration/OutputLevelFeatureTest.php class OutputLevelFeatureTest (line 13) | class OutputLevelFeatureTest extends IntegrationTestCase method setUp (line 15) | public function setUp(): void method test_silent_output_level (line 44) | public function test_silent_output_level(): void method test_normal_output_level (line 53) | public function test_normal_output_level(): void method test_info_output_level (line 63) | public function test_info_output_level(): void method test_debug_output_level (line 74) | public function test_debug_output_level(): void method test_dry_run_output_level (line 85) | public function test_dry_run_output_level(): void FILE: tests/Integration/Pipeline/Aliases/AliasesFeatureTest.php class AliasesFeatureTest (line 10) | class AliasesFeatureTest extends IntegrationTestCase method test_happy_path (line 24) | public function test_happy_path(): void method test_namespaced_files_alias (line 74) | public function test_namespaced_files_alias(): void method test_non_namespaced_files_alias (line 107) | public function test_non_namespaced_files_alias(): void method test_disabled_function_renaming (line 145) | public function test_disabled_function_renaming(): void method test_double_prefixing (line 194) | public function test_double_prefixing(): void FILE: tests/Integration/ReplaceCommandIntegrationTest.php class ReplaceCommandIntegrationTest (line 18) | class ReplaceCommandIntegrationTest extends IntegrationTestCase method test_rename_namespace (line 20) | public function test_rename_namespace(): void FILE: tests/Integration/ReplacerIntegrationTest.php class ReplacerIntegrationTest (line 12) | class ReplacerIntegrationTest extends IntegrationTestCase method testReplaceNamespace (line 15) | public function testReplaceNamespace(): void method testReplaceClass (line 68) | public function testReplaceClass(): void method testSimpleReplacementPatterns (line 101) | public function testSimpleReplacementPatterns(): void method testExaggeratedReplacementPatterns (line 136) | public function testExaggeratedReplacementPatterns(): void method testRidiculousReplacementPatterns (line 171) | public function testRidiculousReplacementPatterns(): void method testSimpleReplacement (line 209) | public function testSimpleReplacement(): void method test_replace_classname_is_namespace_name (line 247) | public function test_replace_classname_is_namespace_name(): void FILE: tests/Integration/UpdateCallSitesIntegrationTest.php class UpdateCallSitesIntegrationTest (line 10) | class UpdateCallSitesIntegrationTest extends IntegrationTestCase method test_updateCallSites_functions (line 17) | public function test_updateCallSites_functions(): void FILE: tests/IntegrationTestCase.php class IntegrationTestCase (line 26) | class IntegrationTestCase extends TestCase method setUp (line 35) | public function setUp(): void method isPhpStormRunning (line 73) | protected function isPhpStormRunning(): bool method runStrauss (line 85) | protected function runStrauss(?string &$allOutput = null, string $para... method tearDown (line 152) | public function tearDown(): void method deleteDir (line 174) | protected function deleteDir($dir) method markTestSkippedOnPhpVersionBelow (line 230) | public function markTestSkippedOnPhpVersionBelow(string $php_version, ... method markTestSkippedOnPhpVersionEqualOrBelow (line 234) | public function markTestSkippedOnPhpVersionEqualOrBelow(string $php_ve... method markTestSkippedOnPhpVersionAbove (line 238) | public function markTestSkippedOnPhpVersionAbove(string $php_version, ... method markTestSkippedOnPhpVersionEqualOrAbove (line 242) | public function markTestSkippedOnPhpVersionEqualOrAbove(string $php_ve... method markTestSkippedOnPhpVersion (line 249) | public function markTestSkippedOnPhpVersion(string $php_version, strin... method assertFileNotExistsInFileSystem (line 265) | protected function assertFileNotExistsInFileSystem(string $filePath, ?... method assertFileExistsInFileSystem (line 275) | protected function assertFileExistsInFileSystem(string $filePath, ?Fil... method assertDirectoryNotExistsInFileSystem (line 289) | protected function assertDirectoryNotExistsInFileSystem(string $direct... method assertDirectoryExistsInFileSystem (line 299) | protected function assertDirectoryExistsInFileSystem(string $directory... method getParentDirectoryAssertFailureMessagePart (line 320) | protected function getParentDirectoryAssertFailureMessagePart(string $... FILE: tests/Issues/MozartIssue106Test.php class MozartIssue106Test (line 14) | class MozartIssue106Test extends IntegrationTestCase method test_only_prefix_classmap_classes_once (line 22) | public function test_only_prefix_classmap_classes_once(): void FILE: tests/Issues/MozartIssue108Test.php class MozartIssue108Test (line 24) | class MozartIssue108Test extends IntegrationTestCase method test_woocommerce_actionscheduler (line 30) | public function test_woocommerce_actionscheduler(): void FILE: tests/Issues/MozartIssue109Test.php class MozartIssue109Test (line 18) | class MozartIssue109Test extends IntegrationTestCase method testTheOutputDoesNotPrefixComments (line 21) | public function testTheOutputDoesNotPrefixComments(): void FILE: tests/Issues/MozartIssue124Test.php class MozartIssue124Test (line 15) | class MozartIssue124Test extends IntegrationTestCase method test_it_does_not_make_classname_replacement_inside_namespaced_file (line 29) | public function test_it_does_not_make_classname_replacement_inside_nam... method test_it_does_not_prefix_function_argument_types_whose_classname_matches_the_namespace (line 77) | public function test_it_does_not_prefix_function_argument_types_whose_... method testItDoesPrefixNamespacedExtends (line 122) | public function testItDoesPrefixNamespacedExtends(): void FILE: tests/Issues/MozartIssue128Test.php class MozartIssue128Test (line 14) | class MozartIssue128Test extends IntegrationTestCase method test_fpdf (line 20) | public function test_fpdf(): void FILE: tests/Issues/MozartIssue129Test.php class MozartIssue129Test (line 27) | class MozartIssue129Test extends TestCase method test_test (line 35) | public function test_test($phpString, $expected) method pairTestDataProvider (line 50) | public static function pairTestDataProvider() FILE: tests/Issues/MozartIssue130Test.php class MozartIssue130Test (line 20) | class MozartIssue130Test extends IntegrationTestCase method test_config_copied (line 26) | public function test_config_copied(): void FILE: tests/Issues/MozartIssue13Test.php class MozartIssue13Test (line 17) | class MozartIssue13Test extends IntegrationTestCase method testPaypalStringReplacement (line 25) | public function testPaypalStringReplacement(): void FILE: tests/Issues/MozartIssue43Test.php class MozartIssue43Test (line 18) | class MozartIssue43Test extends IntegrationTestCase method testAwsSdkSucceeds (line 27) | public function testAwsSdkSucceeds(): void FILE: tests/Issues/MozartIssue48Test.php class MozartIssue48Test (line 17) | class MozartIssue48Test extends IntegrationTestCase method testRubixTensorBothPathsPersist (line 26) | public function testRubixTensorBothPathsPersist(): void FILE: tests/Issues/MozartIssue62Test.php class MozartIssue62Test (line 28) | class MozartIssue62Test extends IntegrationTestCase method testGuzzleNamespaceIsPrefixedInS3Client (line 34) | public function testGuzzleNamespaceIsPrefixedInS3Client(): void FILE: tests/Issues/MozartIssue66Test.php class MozartIssue66Test (line 18) | class MozartIssue66Test extends IntegrationTestCase method testFilesAutoloaderIsUsed (line 34) | public function testFilesAutoloaderIsUsed(): void FILE: tests/Issues/MozartIssue86Test.php class MozartIssue86Test (line 15) | class MozartIssue86Test extends IntegrationTestCase method test_do_not_parse_comments_to_classnames (line 23) | public function test_do_not_parse_comments_to_classnames(): void method test_do_not_parse_comments_to_classnames_wp_dependency_installer (line 73) | public function test_do_not_parse_comments_to_classnames_wp_dependency... FILE: tests/Issues/MozartIssue89Test.php class MozartIssue89Test (line 18) | class MozartIssue89Test extends IntegrationTestCase method it_moves_each_file_once_per_namespace (line 57) | public function it_moves_each_file_once_per_namespace() FILE: tests/Issues/MozartIssue90Test.php class MozartIssue90Test (line 15) | class MozartIssue90Test extends IntegrationTestCase method testLibpdfmergeSucceeds (line 23) | public function testLibpdfmergeSucceeds(): void FILE: tests/Issues/MozartIssue93Test.php class MozartIssue93Test (line 14) | class MozartIssue93Test extends IntegrationTestCase method test_it_does_not_make_classname_replacement_inside_namespaced_file (line 25) | public function test_it_does_not_make_classname_replacement_inside_nam... FILE: tests/Issues/MozartIssue97Test.php class MozartIssue97Test (line 15) | class MozartIssue97Test extends IntegrationTestCase method testCrewlabsUnsplashSucceeds (line 24) | public function testCrewlabsUnsplashSucceeds(): void FILE: tests/Issues/MozartIssue99Test.php class MozartIssue99Test (line 21) | class MozartIssue99Test extends IntegrationTestCase method test_mustache (line 27) | public function test_mustache(): void FILE: tests/Issues/StraussIssue101Test.php class StraussIssue101Test (line 16) | class StraussIssue101Test extends IntegrationTestCase method test_does_not_delete_autoload_keys (line 18) | public function test_does_not_delete_autoload_keys(): void FILE: tests/Issues/StraussIssue104Test.php class StraussIssue104Test (line 16) | class StraussIssue104Test extends IntegrationTestCase method test_correct_directory_permission (line 18) | public function test_correct_directory_permission(): void FILE: tests/Issues/StraussIssue108Test.php class StraussIssue108Test (line 18) | class StraussIssue108Test extends IntegrationTestCase method test_a (line 20) | public function test_a(): void FILE: tests/Issues/StraussIssue109Test.php class StraussIssue109Test (line 16) | class StraussIssue109Test extends IntegrationTestCase method test_absent_cli_argument_parsing_does_not_overwrite_config (line 18) | public function test_absent_cli_argument_parsing_does_not_overwrite_co... FILE: tests/Issues/StraussIssue111Test.php class StraussIssue111Test (line 16) | class StraussIssue111Test extends IntegrationTestCase method test_phpdoc (line 18) | public function test_phpdoc(): void FILE: tests/Issues/StraussIssue114Test.php class StraussIssue114Test (line 16) | class StraussIssue114Test extends IntegrationTestCase method test_muted_errors (line 18) | public function test_muted_errors(): void FILE: tests/Issues/StraussIssue119Test.php class StraussIssue119Test (line 17) | class StraussIssue119Test extends IntegrationTestCase method test_incorrectly_prefixing_class (line 19) | public function test_incorrectly_prefixing_class(): void FILE: tests/Issues/StraussIssue11Test.php class StraussIssue11Test (line 21) | class StraussIssue11Test extends IntegrationTestCase method test_migrate_mozart_config (line 27) | public function test_migrate_mozart_config(): void method test_carbon_fields (line 79) | public function test_carbon_fields(): void method test_static_namespace (line 137) | public function test_static_namespace(): void FILE: tests/Issues/StraussIssue133Test.php class StraussIssue133Test (line 16) | class StraussIssue133Test extends IntegrationTestCase method test_unable_to_read_file (line 23) | public function test_unable_to_read_file(): void FILE: tests/Issues/StraussIssue136Test.php class StraussIssue136Test (line 16) | class StraussIssue136Test extends IntegrationTestCase method test_does_not_update_source_files_unless_requested (line 21) | public function test_does_not_update_source_files_unless_requested(): ... FILE: tests/Issues/StraussIssue143Test.php class StraussIssue143Test (line 17) | class StraussIssue143Test extends IntegrationTestCase method test_composer_in_sibling_dir (line 19) | public function test_composer_in_sibling_dir(): void method test_composer_in_sibling_dir_delete_packages (line 85) | public function test_composer_in_sibling_dir_delete_packages(): void method test_silent_option_symfony_72 (line 129) | public function test_silent_option_symfony_72(): void FILE: tests/Issues/StraussIssue14Test.php class StraussIssue14Test (line 14) | class StraussIssue14Test extends IntegrationTestCase method test_guzzle_http_is_prefixed (line 22) | public function test_guzzle_http_is_prefixed(): void method testFilesAutoloaderIsGenerated (line 56) | public function testFilesAutoloaderIsGenerated(): void FILE: tests/Issues/StraussIssue154Test.php class StraussIssue154Test (line 14) | class StraussIssue154Test extends IntegrationTestCase method test_relative_namespaces (line 16) | public function test_relative_namespaces(): void method test_use (line 56) | public function test_use(): void method test_parameter (line 96) | public function test_parameter(): void method test_constant (line 136) | public function test_constant(): void method test_class_prefix (line 176) | public function test_class_prefix(): void method test_multiple_namespaces (line 215) | public function test_multiple_namespaces(): void method test_return_type (line 253) | public function test_return_type(): void method test_phpdoc (line 289) | public function test_phpdoc(): void method test_static_property (line 325) | public function test_static_property(): void method test_constructor_parameter (line 361) | public function test_constructor_parameter(): void method test_exception_type (line 397) | public function test_exception_type(): void method test_instanceof (line 432) | public function test_instanceof(): void FILE: tests/Issues/StraussIssue159Test.php class StraussIssue159Test (line 16) | class StraussIssue159Test extends IntegrationTestCase method test_autoloader_does_not_include_platform_check (line 18) | public function test_autoloader_does_not_include_platform_check(): void FILE: tests/Issues/StraussIssue163Test.php class StraussIssue163Test (line 13) | class StraussIssue163Test extends IntegrationTestCase method test_multiple_autoloaders_breaks_autoloading (line 18) | public function test_multiple_autoloaders_breaks_autoloading(): void FILE: tests/Issues/StraussIssue166Test.php class StraussIssue166Test (line 16) | class StraussIssue166Test extends IntegrationTestCase method test_namespaced_trait (line 18) | public function test_namespaced_trait(): void FILE: tests/Issues/StraussIssue172Test.php class StraussIssue172Test (line 16) | class StraussIssue172Test extends IntegrationTestCase method test_issue_172 (line 18) | public function test_issue_172(): void FILE: tests/Issues/StraussIssue173Test.php class StraussIssue173Test (line 15) | class StraussIssue173Test extends IntegrationTestCase method test_issue_173 (line 17) | public function test_issue_173(): void FILE: tests/Issues/StraussIssue179Test.php class StraussIssue179Test (line 15) | class StraussIssue179Test extends IntegrationTestCase method test_issue_179 (line 17) | public function test_issue_179(): void FILE: tests/Issues/StraussIssue183Test.php class StraussIssue183Test (line 16) | class StraussIssue183Test extends IntegrationTestCase method bootstrapDataProvider (line 19) | public static function bootstrapDataProvider(): array method test_bootstrap (line 30) | public function test_bootstrap(string $targetDirectoryJsonLine) method test_allow_url_include (line 79) | public function test_allow_url_include(): void FILE: tests/Issues/StraussIssue188Test.php class StraussIssue188Test (line 16) | class StraussIssue188Test extends IntegrationTestCase method test_issue_188_implements (line 18) | public function test_issue_188_implements(): void method test_issue_188_extends (line 49) | public function test_issue_188_extends(): void FILE: tests/Issues/StraussIssue189Test.php class StraussIssue189Test (line 15) | class StraussIssue189Test extends IntegrationTestCase method test_prefix_namespace (line 17) | public function test_prefix_namespace(): void FILE: tests/Issues/StraussIssue191Test.php class StraussIssue191Test (line 18) | class StraussIssue191Test extends IntegrationTestCase method test_fatal (line 20) | public function test_fatal(): void FILE: tests/Issues/StraussIssue19Test.php class StraussIssue19Test (line 14) | class StraussIssue19Test extends IntegrationTestCase method testObjectIsNotPrefixed (line 22) | public function testObjectIsNotPrefixed(): void FILE: tests/Issues/StraussIssue200Test.php class StraussIssue200Test (line 14) | class StraussIssue200Test extends IntegrationTestCase method test_does_not_remove_vendor_autoload_dev_entries (line 16) | public function test_does_not_remove_vendor_autoload_dev_entries(): void FILE: tests/Issues/StraussIssue204Test.php class StraussIssue204Test (line 14) | class StraussIssue204Test extends IntegrationTestCase method test_allow_specifying_alternative_composerjson (line 16) | public function test_allow_specifying_alternative_composerjson(): void FILE: tests/Issues/StraussIssue206Test.php class StraussIssue206Test (line 14) | class StraussIssue206Test extends IntegrationTestCase method test_cleans_installedjson_autoloadfiles_on_vendor_delete_packages (line 16) | public function test_cleans_installedjson_autoloadfiles_on_vendor_dele... FILE: tests/Issues/StraussIssue207Test.php class StraussIssue207Test (line 18) | class StraussIssue207Test extends IntegrationTestCase method test_fremius_files_are_copied (line 20) | public function test_fremius_files_are_copied(): void method test_action_scheduler_files_are_copied (line 53) | public function test_action_scheduler_files_are_copied(): void method test_plugin_update_checker_files_are_copied (line 83) | public function test_plugin_update_checker_files_are_copied(): void method test_abilities_api_files_are_copied (line 115) | public function test_abilities_api_files_are_copied(): void FILE: tests/Issues/StraussIssue212Test.php class StraussIssue212Test (line 16) | class StraussIssue212Test extends IntegrationTestCase method test_symfony_polyfill_php83 (line 18) | public function test_symfony_polyfill_php83(): void FILE: tests/Issues/StraussIssue213Test.php class StraussIssue213Test (line 14) | class StraussIssue213Test extends IntegrationTestCase method test_cleans_installedjson_autoloadfiles_on_vendor_delete_packages_with_unusual_path (line 19) | public function test_cleans_installedjson_autoloadfiles_on_vendor_dele... FILE: tests/Issues/StraussIssue215Test.php class StraussIssue215Test (line 17) | class StraussIssue215Test extends IntegrationTestCase method test_all_files_are_copied (line 19) | public function test_all_files_are_copied(): void FILE: tests/Issues/StraussIssue225Test.php class StraussIssue225Test (line 15) | class StraussIssue225Test extends IntegrationTestCase method test_non_autoloaded_template_file_has_namespace_updated (line 18) | public function test_non_autoloaded_template_file_has_namespace_update... FILE: tests/Issues/StraussIssue22Test.php class StraussIssue22Test (line 16) | class StraussIssue22Test extends IntegrationTestCase method test_virtual_package (line 31) | public function test_virtual_package(): void method test_meta_package (line 81) | public function test_meta_package(): void FILE: tests/Issues/StraussIssue230Test.php class StraussIssue230Test (line 18) | class StraussIssue230Test extends IntegrationTestCase method test_return_type_double_prefixed (line 21) | public function test_return_type_double_prefixed(): void FILE: tests/Issues/StraussIssue247Test.php class StraussIssue247Test (line 16) | class StraussIssue247Test extends IntegrationTestCase method test_return_type_double_prefixed (line 19) | public function test_return_type_double_prefixed(): void FILE: tests/Issues/StraussIssue249Test.php class StraussIssue249Test (line 16) | class StraussIssue249Test extends IntegrationTestCase method test_return_type_double_prefixed (line 19) | public function test_return_type_double_prefixed(): void method extractPackageNamesFromInstalledJson (line 64) | private function extractPackageNamesFromInstalledJson(string $installe... FILE: tests/Issues/StraussIssue258Test.php class StraussIssue258Test (line 15) | class StraussIssue258Test extends IntegrationTestCase method test_class_name_double_prefixed (line 18) | public function test_class_name_double_prefixed(): void FILE: tests/Issues/StraussIssue261Test.php class StraussIssue261Test (line 16) | class StraussIssue261Test extends IntegrationTestCase method test_skip_missing_dir (line 19) | public function test_skip_missing_dir(): void FILE: tests/Issues/StraussIssue262Test.php class StraussIssue262Test (line 15) | class StraussIssue262Test extends IntegrationTestCase method test_do_not_remove_symlink_exclude_from_copy (line 18) | public function test_do_not_remove_symlink_exclude_from_copy(): void FILE: tests/Issues/StraussIssue27Test.php class StraussIssue27Test (line 16) | class StraussIssue27Test extends IntegrationTestCase method test_virtual_package (line 21) | public function test_virtual_package(): void FILE: tests/Issues/StraussIssue33Test.php class StraussIssue33Test (line 16) | class StraussIssue33Test extends IntegrationTestCase method test_backtrack_limit_exhausted (line 21) | public function test_backtrack_limit_exhausted(): void method test_unit_backtrack_limit_exhausted (line 62) | public function test_unit_backtrack_limit_exhausted(): void FILE: tests/Issues/StraussIssue34Test.php class StraussIssue34Test (line 16) | class StraussIssue34Test extends IntegrationTestCase method test_no_double_prefix_after_second_run (line 19) | public function test_no_double_prefix_after_second_run(): void FILE: tests/Issues/StraussIssue37Test.php class StraussIssue37Test (line 15) | class StraussIssue37Test extends IntegrationTestCase method test_can_handle_psr_namespace_with_path_array (line 20) | public function test_can_handle_psr_namespace_with_path_array(): void FILE: tests/Issues/StraussIssue44Test.php class StraussIssue44Test (line 14) | class StraussIssue44Test extends IntegrationTestCase method testStaticIsNotPrefixed (line 22) | public function testStaticIsNotPrefixed(): void FILE: tests/Issues/StraussIssue47Test.php class StraussIssue47Test (line 20) | class StraussIssue47Test extends IntegrationTestCase method test_double_namespace (line 26) | public function test_double_namespace(): void method test_double_namespace_dont_copy_dependencies (line 87) | public function test_double_namespace_dont_copy_dependencies(): void method test_double_namespace_only_file_copied (line 173) | public function test_double_namespace_only_file_copied(): void FILE: tests/Issues/StraussIssue49Test.php class StraussIssue49Test (line 14) | class StraussIssue49Test extends IntegrationTestCase method test_local_symlinked_repositories_fail (line 19) | public function test_local_symlinked_repositories_fail(): void FILE: tests/Issues/StraussIssue65Test.php class StraussIssue65Test (line 14) | class StraussIssue65Test extends IntegrationTestCase method test_aws_prefixed_functions (line 20) | public function test_aws_prefixed_functions(): void FILE: tests/Issues/StraussIssue66Test.php class StraussIssue66Test (line 16) | class StraussIssue66Test extends IntegrationTestCase method test_wp_graphql_prefix_main_class (line 21) | public function test_wp_graphql_prefix_main_class(): void FILE: tests/Issues/StraussIssue74Test.php class StraussIssue74Test (line 16) | class StraussIssue74Test extends IntegrationTestCase method test_prefix_global_function (line 19) | public function test_prefix_global_function(): void method test_twig (line 56) | public function test_twig(): void FILE: tests/Issues/StraussIssue76Test.php class StraussIssue76Test (line 16) | class StraussIssue76Test extends IntegrationTestCase method test_psr4_array (line 20) | public function test_psr4_array(): void FILE: tests/Issues/StraussIssue79Test.php class StraussIssue79Test (line 18) | class StraussIssue79Test extends IntegrationTestCase method test_issue_79 (line 20) | public function test_issue_79(): void FILE: tests/Issues/StraussIssue80Test.php class StraussIssue80Test (line 16) | class StraussIssue80Test extends IntegrationTestCase method test_issue_80 (line 21) | public function test_issue_80(): void method test_google_api_single_backslash_in_string (line 56) | public function test_google_api_single_backslash_in_string(): void FILE: tests/Issues/StraussIssue81Test.php class StraussIssue81Test (line 16) | class StraussIssue81Test extends IntegrationTestCase method test_aliased_class (line 22) | public function test_aliased_class(): void method test_snake_case_cli_argument_supersedes_configured_option_false_to_true (line 96) | public function test_snake_case_cli_argument_supersedes_configured_opt... method test_snake_case_cli_argument_supersedes_configured_option_false_to_flag (line 127) | public function test_snake_case_cli_argument_supersedes_configured_opt... method test_snake_case_cli_argument_supersedes_configured_option_true_to_false (line 158) | public function test_snake_case_cli_argument_supersedes_configured_opt... method test_camel_case_cli_argument_supersedes_configured_option_false_to_true (line 189) | public function test_camel_case_cli_argument_supersedes_configured_opt... method test_camel_case_cli_argument_supersedes_configured_option_false_to_flag (line 219) | public function test_camel_case_cli_argument_supersedes_configured_opt... method test_camel_case_cli_argument_supersedes_configured_option_true_to_false (line 250) | public function test_camel_case_cli_argument_supersedes_configured_opt... FILE: tests/Issues/StraussIssue83Test.php class StraussIssue83Test (line 16) | class StraussIssue83Test extends IntegrationTestCase method test_issue_83 (line 19) | public function test_issue_83(): void FILE: tests/Issues/StraussIssue87Test.php class StraussIssue87Test (line 16) | class StraussIssue87Test extends IntegrationTestCase method test_autoload_classmap (line 18) | public function test_autoload_classmap(): void FILE: tests/Issues/StraussIssue88Test.php class StraussIssue88Test (line 16) | class StraussIssue88Test extends IntegrationTestCase method test_returned_casted_function_call (line 18) | public function test_returned_casted_function_call(): void FILE: tests/Issues/StraussIssue8Test.php class StraussIssue8Test (line 15) | class StraussIssue8Test extends IntegrationTestCase method test_delete_vendor_files (line 23) | public function test_delete_vendor_files(): void FILE: tests/Issues/StraussIssue91Test.php class StraussIssue91Test (line 16) | class StraussIssue91Test extends IntegrationTestCase method test_issue_91 (line 18) | public function test_issue_91(): void FILE: tests/Issues/StraussIssue93Test.php class StraussIssue93Test (line 16) | class StraussIssue93Test extends IntegrationTestCase method test_removes_entries_from_installed_json (line 18) | public function test_removes_entries_from_installed_json(): void FILE: tests/Issues/data/Mpdf.php class Mpdf (line 28) | class Mpdf implements \Psr\Log\LoggerAwareInterface method __construct (line 1032) | public function __construct(array $config = []) method cleanup (line 1550) | public function cleanup() method setLogger (line 1569) | public function setLogger(LoggerInterface $logger) method initConfig (line 1582) | private function initConfig(array $config) method initConstructorParams (line 1595) | private function initConstructorParams(array $config) method initFontConfig (line 1620) | private function initFontConfig(array $config) method _setPageSize (line 1632) | function _setPageSize($format, &$orientation) method RestrictUnicodeFonts (line 1686) | function RestrictUnicodeFonts($res) method setMBencoding (line 1700) | function setMBencoding($enc) method SetMargins (line 1708) | function SetMargins($left, $right, $top) method ResetMargins (line 1716) | function ResetMargins() method SetLeftMargin (line 1745) | function SetLeftMargin($margin) method SetTopMargin (line 1754) | function SetTopMargin($margin) method SetRightMargin (line 1760) | function SetRightMargin($margin) method SetAutoPageBreak (line 1766) | function SetAutoPageBreak($auto, $margin = 0) method SetDisplayMode (line 1774) | function SetDisplayMode($zoom, $layout = 'continuous') method SetCompression (line 1793) | function SetCompression($compress) method SetTitle (line 1803) | function SetTitle($title) method SetSubject (line 1809) | function SetSubject($subject) method SetAuthor (line 1815) | function SetAuthor($author) method SetKeywords (line 1821) | function SetKeywords($keywords) method SetCreator (line 1827) | function SetCreator($creator) method AddCustomProperty (line 1833) | function AddCustomProperty($key, $value) method SetAssociatedFiles (line 1861) | function SetAssociatedFiles(array $files) method SetAdditionalXmpRdf (line 1866) | function SetAdditionalXmpRdf($s) method SetAnchor2Bookmark (line 1871) | function SetAnchor2Bookmark($x) method AliasNbPages (line 1876) | public function AliasNbPages($alias = '{nb}') method AliasNbPageGroups (line 1882) | public function AliasNbPageGroups($alias = '{nbpg}') method SetAlpha (line 1888) | function SetAlpha($alpha, $bm = 'Normal', $return = false, $mode = 'B') method AddExtGState (line 1917) | function AddExtGState($parms) method SetVisibility (line 1940) | function SetVisibility($v) method Open (line 1967) | function Open() method Close (line 1980) | function Close() method _resizeBackgroundImage (line 2053) | function _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize, $repx, ... method SetBackground (line 2148) | function SetBackground(&$properties, &$maxwidth) method PrintBodyBackgrounds (line 2243) | function PrintBodyBackgrounds() method _setClippingPath (line 2299) | function _setClippingPath($clx, $cly, $clw, $clh) method PrintPageBackgrounds (line 2311) | function PrintPageBackgrounds($adjustmenty = 0) method PrintTableBackgrounds (line 2578) | function PrintTableBackgrounds($adjustmenty = 0) method BeginLayer (line 2757) | function BeginLayer($id) method EndLayer (line 2780) | function EndLayer() method AddPageByArray (line 2788) | function AddPageByArray($a) method _preForcedPagebreak (line 2820) | function _preForcedPagebreak($pagebreaktype) method _postForcedPagebreak (line 2855) | function _postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $... method AddPage (line 2903) | function AddPage( method PageNo (line 3325) | function PageNo() method AddSpotColorsFromFile (line 3330) | function AddSpotColorsFromFile($file) method AddSpotColor (line 3346) | function AddSpotColor($name, $c, $m, $y, $k) method SetColor (line 3356) | function SetColor($col, $type = '') method SetDColor (line 3380) | function SetDColor($col, $return = false) method SetFColor (line 3396) | function SetFColor($col, $return = false) method SetTColor (line 3413) | function SetTColor($col, $return = false) method SetDrawColor (line 3426) | function SetDrawColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) method SetFillColor (line 3441) | function SetFillColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) method SetTextColor (line 3456) | function SetTextColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) method _getCharWidth (line 3471) | function _getCharWidth(&$cw, $u, $isdef = true) method _charDefined (line 3492) | function _charDefined(&$cw, $u) method GetCharWidthCore (line 3505) | function GetCharWidthCore($c) method GetCharWidthNonCore (line 3536) | function GetCharWidthNonCore($c, $addSubset = true) method GetCharWidth (line 3597) | function GetCharWidth($c, $addSubset = true) method GetStringWidth (line 3606) | function GetStringWidth($s, $addSubset = true, $OTLdata = false, $text... method SetLineWidth (line 3745) | function SetLineWidth($width) method Line (line 3756) | function Line($x1, $y1, $x2, $y2) method Arrow (line 3762) | function Arrow($x1, $y1, $x2, $y2, $headsize = 3, $fill = 'B', $angle ... method Rect (line 3794) | function Rect($x, $y, $w, $h, $style = '') method AddFontDirectory (line 3807) | function AddFontDirectory($directory) method AddFont (line 3813) | function AddFont($family, $style = '') method SetFont (line 4020) | function SetFont($family, $style = '', $size = 0, $write = true, $forc... method SetFontSize (line 4284) | function SetFontSize($size, $write = true) method AddLink (line 4303) | function AddLink() method SetLink (line 4311) | function SetLink($link, $y = 0, $page = -1) method Link (line 4323) | function Link($x, $y, $w, $h, $link) method Text (line 4348) | function Text($x, $y, $txt, $OTLdata = [], $textvar = 0, $aixextra = '... method WriteText (line 4483) | function WriteText($x, $y, $txt) method WriteCell (line 4524) | function WriteCell($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align... method ResetSpacing (line 4566) | function ResetSpacing() method SetSpacing (line 4578) | function SetSpacing($cs, $ws) method GetJspacing (line 4601) | function GetJspacing($nc, $ns, $w, $inclCursive, &$cOTLdata) method Cell (line 4734) | function Cell($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = ''... method applyGPOSpdf (line 5418) | function applyGPOSpdf($txt, $aix, $x, $y, $OTLdata, $textvar = 0) method _kern (line 5768) | function _kern($txt, $mode, $aix, $x, $y) method MultiCell (line 5833) | function MultiCell( method Write (line 6222) | function Write($h, $txt, $currentx = 0, $link = '', $directionality = ... method saveInlineProperties (line 6236) | function saveInlineProperties() method restoreInlineProperties (line 6266) | function restoreInlineProperties(&$saved) method GetFirstBlockFill (line 6322) | function GetFirstBlockFill() method saveFont (line 6339) | function saveFont() method restoreFont (line 6365) | function restoreFont(&$saved, $write = true) method newFlowingBlock (line 6404) | function newFlowingBlock($w, $h, $a = '', $is_table = false, $blocksta... method finishFlowingBlock (line 6436) | function finishFlowingBlock($endofblock = false, $next = '') method printobjectbuffer (line 7095) | function printobjectbuffer($is_table = false, $blockdir = false) method _printListBullet (line 7667) | function _printListBullet($x, $y, $size, $type, $color) method _moveToPrevChar (line 7689) | function _moveToPrevChar(&$contentctr, &$charctr, $content) method _getPrevChar (line 7713) | function _getPrevChar($contentctr, $charctr, $content) method WriteFlowingBlock (line 7736) | function WriteFlowingBlock($s, $sOTLdata) method _advanceFloatMargins (line 8760) | function _advanceFloatMargins() method _SetTextRendering (line 8806) | function _SetTextRendering($mode) method SetTextOutline (line 8818) | function SetTextOutline($params = []) method Image (line 8840) | function Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', ... method _getObjAttr (line 9074) | function _getObjAttr($t) method inlineObject (line 9085) | function inlineObject($type, $x, $y, $objattr, $Lmargin, $widthUsed, $... method SetLineJoin (line 9312) | function SetLineJoin($mode = 0) method SetLineCap (line 9321) | function SetLineCap($mode = 2) method SetDash (line 9330) | function SetDash($black = false, $white = false) method SetDisplayPreferences (line 9345) | function SetDisplayPreferences($preferences) method Ln (line 9352) | function Ln($h = '', $collapsible = 0) method DivLn (line 9374) | function DivLn($h, $level = -3, $move_y = true, $collapsible = false, ... method SetX (line 9450) | function SetX($x) method SetY (line 9460) | function SetY($y) method SetXY (line 9471) | function SetXY($x, $y) method Output (line 9478) | function Output($name = '', $dest = '') method _dochecks (line 9633) | function _dochecks() method _puthtmlheaders (line 9662) | function _puthtmlheaders() method Annotation (line 9871) | function Annotation($text, $x = 0, $y = 0, $icon = 'Note', $author = '... method _enddoc (line 9941) | function _enddoc() method _beginpage (line 10064) | function _beginpage( method _setAutoHeaderHeight (line 10398) | function _setAutoHeaderHeight(&$htmlh) method _setAutoFooterHeight (line 10425) | function _setAutoFooterHeight(&$htmlf) method _endpage (line 10453) | function _endpage() method _dounderline (line 10467) | function _dounderline($x, $y, $txt, $OTLdata = false, $textvar = 0) method watermark (line 10481) | function watermark($texte, $angle = 45, $fontsize = 96, $alpha = 0.2) method watermarkImg (line 10566) | function watermarkImg($src, $alpha = 0.2) method Rotate (line 10587) | function Rotate($angle, $x = -1, $y = -1) method CircularText (line 10609) | function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily =... method RoundedRect (line 10619) | function RoundedRect($x, $y, $w, $h, $r, $style = '') method _Arc (line 10656) | function _Arc($x1, $y1, $x2, $y2, $x3, $y3) method Shaded_box (line 10667) | function Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '',... method UTF8StringToArray (line 10678) | function UTF8StringToArray($str, $addSubset = true) method UTF8toSubset (line 10707) | function UTF8toSubset($str) method AddCIDFont (line 10769) | function AddCIDFont($family, $style, $name, &$cw, $CMap, $registry, $d... method AddCJKFont (line 10786) | function AddCJKFont($family) method AddBig5Font (line 10803) | function AddBig5Font() method AddGBFont (line 10826) | function AddGBFont() method AddSJISFont (line 10850) | function AddSJISFont() method AddUHCFont (line 10874) | function AddUHCFont() method SetDefaultFont (line 10908) | function SetDefaultFont($font) method SetDefaultFontSize (line 10932) | function SetDefaultFontSize($fontsize) method SetDefaultBodyCSS (line 10941) | function SetDefaultBodyCSS($prop, $val) method SetDirectionality (line 10949) | function SetDirectionality($dir = 'ltr') method fixLineheight (line 10976) | function fixLineheight($v) method _getNormalLineheight (line 10992) | function _getNormalLineheight($desc = false) method SetLineHeight (line 11011) | function SetLineHeight($FontPt = '', $lh = '') method _computeLineheight (line 11020) | function _computeLineheight($lh, $fs = '') method _setLineYpos (line 11041) | function _setLineYpos(&$fontsize, &$fontdesc, &$CSSlineheight, $blockY... method _setInlineBlockHeights (line 11115) | function _setInlineBlockHeights(&$lineBox, &$stackHeight, &$content, &... method SetBasePath (line 11405) | function SetBasePath($str = '') method GetFullPath (line 11452) | public function GetFullPath(&$path, $basepath = '') method docPageNum (line 11525) | function docPageNum($num = 0, $extras = false) method docPageNumTotal (line 11574) | function docPageNumTotal($num = 0, $extras = false) method _getStyledNumber (line 11627) | function _getStyledNumber($ppgno, $type, $listmarker = false) method docPageSettings (line 11679) | function docPageSettings($num = 0) method RestartDocTemplate (line 11724) | function RestartDocTemplate() method Header (line 11730) | function Header($content = '') method TableHeaderFooter (line 11744) | function TableHeaderFooter($content = '', $tablestartpage = '', $table... method SetHTMLHeader (line 12257) | function SetHTMLHeader($header = '', $OE = '', $write = false) method SetHTMLFooter (line 12324) | function SetHTMLFooter($footer = '', $OE = '') method _getHtmlHeight (line 12390) | function _getHtmlHeight($html) method writeHTMLHeaders (line 12439) | function writeHTMLHeaders() method writeHTMLFooters (line 12472) | function writeHTMLFooters() method _shareHeaderFooterWidth (line 12510) | function _shareHeaderFooterWidth($cl, $cc, $cr) method _createHTMLheaderFooter (line 12527) | function _createHTMLheaderFooter($arr, $hf) method DefHeaderByName (line 12636) | function DefHeaderByName($name, $arr) method DefFooterByName (line 12647) | function DefFooterByName($name, $arr) method SetHeaderByName (line 12658) | function SetHeaderByName($name, $side = 'O', $write = false) method SetFooterByName (line 12666) | function SetFooterByName($name, $side = 'O') method DefHTMLHeaderByName (line 12674) | function DefHTMLHeaderByName($name, $html) method DefHTMLFooterByName (line 12684) | function DefHTMLFooterByName($name, $html) method SetHTMLHeaderByName (line 12694) | function SetHTMLHeaderByName($name, $side = 'O', $write = false) method SetHTMLFooterByName (line 12702) | function SetHTMLFooterByName($name, $side = 'O') method SetHeader (line 12710) | function SetHeader($Harray = [], $side = '', $write = false) method SetFooter (line 12857) | function SetFooter($Farray = [], $side = '') method SetWatermarkText (line 13005) | function SetWatermarkText($txt = '', $alpha = -1) method SetWatermarkImage (line 13013) | function SetWatermarkImage($src, $alpha = -1, $size = 'D', $pos = 'F') method Footer (line 13026) | function Footer() method WriteHTML (line 13145) | function WriteHTML($html, $mode = HTMLParserMode::DEFAULT_MODE, $init ... method WriteFixedPosHTML (line 13908) | function WriteFixedPosHTML($html, $x, $y, $w, $h, $overflow = 'visible... method initialiseBlock (line 14772) | function initialiseBlock(&$blk) method border_details (line 14800) | function border_details($bd) method _borderPadding (line 14884) | function _borderPadding($a, $b, &$px, &$py) method SetPagedMediaCSS (line 14908) | function SetPagedMediaCSS($name, $first, $oddEven) method ClearFloats (line 15278) | function ClearFloats($clear, $blklvl = 0) method GetFloatDivInfo (line 15310) | function GetFloatDivInfo($blklvl = 0, $clear = false) method _setListMarker (line 15342) | function _setListMarker($listitemtype, $listitemimage, $listitemposition) method _getListMarkerWidth (line 15574) | function _getListMarkerWidth(&$currblk, &$a, &$i) method _saveTextBuffer (line 15761) | function _saveTextBuffer($t, $link = '', $intlink = '', $return = false) method _saveCellTextBuffer (line 15826) | function _saveCellTextBuffer($t, $link = '', $intlink = '') method printbuffer (line 15881) | function printbuffer($arrayaux, $blockstate = 0, $is_table = false, $t... method _setDashBorder (line 16597) | function _setDashBorder($style, $div, $cp, $side) method _setBorderLine (line 16611) | function _setBorderLine($b, $k = 1) method PaintDivBB (line 16622) | function PaintDivBB($divider = '', $blockstate = 0, $blvl = 0) method _EllipseArc (line 17750) | function _EllipseArc($x0, $y0, $rx, $ry, $seg = 1, $part = false, $sta... method PaintDivLnBorder (line 17822) | function PaintDivLnBorder($state = 0, $blvl = 0, $h = 0) method PaintImgBorder (line 17922) | function PaintImgBorder($objattr, $is_table) method Reset (line 18001) | function Reset() method ReadMetaTags (line 18077) | function ReadMetaTags($html) method ReadCharset (line 18105) | function ReadCharset($html) method setCSS (line 18117) | function setCSS($arrayaux, $type = '', $tag = '') method SetStyle (line 18979) | function SetStyle($tag, $enable) method SetStylesArray (line 18993) | function SetStylesArray($arr) method SetStyles (line 19013) | function SetStyles($str) method ResetStyles (line 19028) | function ResetStyles() method DisableTags (line 19037) | function DisableTags($str = '') method TableCheckMinWidth (line 19052) | function TableCheckMinWidth($maxwidth, $forcewrap = 0, $textbuffer = [... method shrinkTable (line 19287) | function shrinkTable(&$table, $k) method read_short (line 19431) | function read_short(&$fh) method _packCellBorder (line 19441) | function _packCellBorder($cell) method _getBorderWidths (line 19455) | function _getBorderWidths($bindata) method _unpackCellBorder (line 19472) | function _unpackCellBorder($bindata) method _tableColumnWidth (line 19533) | function _tableColumnWidth(&$table, $firstpass = false) method _tableWidth (line 20003) | function _tableWidth(&$table) method _tableHeight (line 20305) | function _tableHeight(&$table) method _tableGetWidth (line 20640) | function _tableGetWidth(&$table, $i, $j) method _splitTableGetWidth (line 20665) | function _splitTableGetWidth(&$table, $i, $j) method _tableGetHeight (line 20695) | function _tableGetHeight(&$table, $i, $j) method _tableGetMaxRowHeight (line 20724) | function _tableGetMaxRowHeight($table, $row) method _tableRect (line 20751) | function _tableRect($x, $y, $w, $h, $bord = -1, $details = [], $buffer... method setBorder (line 21284) | function setBorder(&$var, $flag, $set = true) method issetBorder (line 21294) | function issetBorder($var, $flag) method _table2cellBorder (line 21301) | function _table2cellBorder(&$tableb, &$cbdb, &$cellb, $bval) method _fixTableBorders (line 21313) | function _fixTableBorders(&$table) method _reverseTableDir (line 21830) | function _reverseTableDir(&$table) method _tableWrite (line 21869) | function _tableWrite(&$table, $split = false, $startrow = 0, $startcol... method _putextgstates (line 23307) | function _putextgstates() method SetProtection (line 23321) | function SetProtection($permissions = [], $user_pass = '', $owner_pass... method Bookmark (line 23328) | function Bookmark($txt, $level = 0, $y = 0) method TOC (line 23362) | function TOC( method TOCpagebreakByArray (line 23391) | function TOCpagebreakByArray($a) method TOCpagebreak (line 23444) | function TOCpagebreak($tocfont = '', $tocfontsize = '', $tocindent = '... method TOC_Entry (line 23465) | function TOC_Entry($txt, $level = 0, $toc_id = 0) method MovePages (line 23512) | function MovePages($target_page, $start_page, $end_page = -1) method DeletePages (line 23770) | function DeletePages($start_page, $end_page = -1) method IndexEntry (line 23940) | function IndexEntry($txt, $xref = '') method IndexEntrySee (line 23981) | function IndexEntrySee($txta, $txtb) method filesInDir (line 24003) | private function filesInDir($directory) method InsertIndex (line 24017) | function InsertIndex($usedivletters = 1, $useLinking = false, $indexCo... method AcceptPageBreak (line 24237) | function AcceptPageBreak() method SetColumns (line 24287) | function SetColumns($NbCol, $vAlign = '', $gap = 5) method SetCol (line 24369) | function SetCol($CurrCol) method AddColumn (line 24383) | function AddColumn() method NewColumn (line 24389) | function NewColumn() method printcolumnbuffer (line 24424) | function printcolumnbuffer() method columnAdjustPregReplace (line 24892) | function columnAdjustPregReplace($type, $xadj, $yadj, $pattern, $subject) method printcellbuffer (line 24922) | function printcellbuffer() method printtablebuffer (line 24969) | function printtablebuffer() method printkwtbuffer (line 25145) | function printkwtbuffer() method printfloatbuffer (line 25323) | function printfloatbuffer() method Circle (line 25334) | function Circle($x, $y, $r, $style = 'S') method Ellipse (line 25339) | function Ellipse($x, $y, $rx, $ry, $style = 'S') method AutosizeText (line 25361) | function AutosizeText($text, $w, $font, $style, $szfont = 72) method magic_reverse_dir (line 25428) | function magic_reverse_dir(&$chunk, $dir, &$chunkOTLdata) method getBasicOTLdata (line 25474) | function getBasicOTLdata(&$chunkOTLdata, $unicode, &$is_strong) method _setBidiCodes (line 25503) | function _setBidiCodes($mode = 'start', $bdf = '') method SetSubstitutions (line 25544) | function SetSubstitutions() method SubstituteChars (line 25554) | function SubstituteChars($html) method SubstituteCharsSIP (line 25571) | function SubstituteCharsSIP(&$writehtml_a, &$writehtml_i, &$writehtml_e) method SubstituteCharsNonCore (line 25592) | function SubstituteCharsNonCore(&$writehtml_a, &$writehtml_i, &$writeh... method SubstituteCharsMB (line 25708) | function SubstituteCharsMB(&$writehtml_a, &$writehtml_i, &$writehtml_e) method setHiEntitySubstitutions (line 25980) | function setHiEntitySubstitutions() method SubstituteHiEntities (line 25990) | function SubstituteHiEntities($html) method is_utf8 (line 26004) | function is_utf8(&$string) method purify_utf8 (line 26026) | function purify_utf8($html, $lo = true) method purify_utf8_text (line 26068) | function purify_utf8_text($txt) method all_entities_to_utf8 (line 26080) | function all_entities_to_utf8($txt) method WriteBarcode (line 26100) | function WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = ... method WriteBarcode2 (line 26480) | function WriteBarcode2($code, $x = '', $y = '', $size = 1, $height = 1... method StartTransform (line 26574) | function StartTransform($returnstring = false) method StopTransform (line 26583) | function StopTransform($returnstring = false) method transformScale (line 26592) | function transformScale($s_x, $s_y, $x = '', $y = '', $returnstring = ... method transformTranslate (line 26628) | function transformTranslate($t_x, $t_y, $returnstring = false) method transformRotate (line 26647) | function transformRotate($angle, $x = '', $y = '', $returnstring = false) method transformSkew (line 26681) | function transformSkew($angle_x, $angle_y, $x = '', $y = '', $returnst... method _transform (line 26714) | function _transform($tm, $returnstring = false) method markScriptToLang (line 26724) | function markScriptToLang($html) method columnAdjustAdd (line 26850) | function columnAdjustAdd($type, $k, $xadj, $yadj, $a, $b, $c = 0, $d =... method ConvertAngle (line 26903) | function ConvertAngle($s, $makepositive = true) method lesser_entity_decode (line 26938) | function lesser_entity_decode($html) method AdjustHTML (line 26951) | function AdjustHTML($html, $tabSpaces = 8) method tabs2spaces_callback (line 27120) | function tabs2spaces_callback($matches) method date_callback (line 27126) | function date_callback($matches) method OverWrite (line 27132) | function OverWrite($file_in, $search, $replacement, $dest = Destinatio... method Thumbnail (line 27292) | function Thumbnail($file, $npr = 3, $spacing = 10) method SetPageTemplate (line 27336) | function SetPageTemplate($tplidx = '') method SetDocTemplate (line 27345) | function SetDocTemplate($file = '', $continue = 0, $continue2pages = 0) method _set_object_javascript (line 27359) | function _set_object_javascript($string) method SetJS (line 27369) | function SetJS($script) method toFloat (line 27381) | public function toFloat($num) method getFontDescriptor (line 27397) | public function getFontDescriptor() method _out (line 27405) | public function _out($s) method aliasReplace (line 27417) | protected function aliasReplace($html, $PAGENO, $NbPgGp, $NbPg) FILE: tests/TestCase.php class TestCase (line 22) | class TestCase extends \PHPUnit\Framework\TestCase method assertEqualsRN (line 38) | public static function assertEqualsRN($expected, $actual, string $mess... method assertEqualsRemoveBlankLinesLeadingWhitespace (line 48) | public static function assertEqualsRemoveBlankLinesLeadingWhitespace($... method assertStringContainsStringRemoveBlankLinesLeadingWhitespace (line 57) | public static function assertStringContainsStringRemoveBlankLinesLeadi... method stripWhitespaceAndBlankLines (line 66) | protected static function stripWhitespaceAndBlankLines(string $string)... method getFileSystem (line 77) | protected function getFileSystem(): Filesystem method getNewFileSystem (line 87) | protected function getNewFileSystem(): Filesystem method getInMemoryFileSystem (line 113) | protected function getInMemoryFileSystem(): FileSystem method getNewInMemoryFileSystem (line 122) | protected function getNewInMemoryFileSystem(): FileSystem method tearDown (line 160) | protected function tearDown(): void method getLogger (line 177) | protected function getLogger(): LoggerInterface method getNewLogger (line 186) | protected function getNewLogger(): LoggerInterface method getTestLogger (line 199) | protected function getTestLogger(): TestLogger method markTestSkippedOnWindows (line 208) | protected function markTestSkippedOnWindows(string $message = 'Skipped... FILE: tests/Unit/Composer/ComposerPackageTest.php class ComposerPackageTest (line 12) | class ComposerPackageTest extends TestCase method testParseJson (line 18) | public function testParseJson(): void method testGetRequiresNames (line 35) | public function testGetRequiresNames(): void method testGetRequiresNamesDoesNotContain (line 51) | public function testGetRequiresNamesDoesNotContain(): void method testAutoloadPsr0 (line 68) | public function testAutoloadPsr0(): void method testAutoloadPsr4 (line 85) | public function testAutoloadPsr4(): void method testAutoloadClassmap (line 102) | public function testAutoloadClassmap(): void method testAutoloadFiles (line 119) | public function testAutoloadFiles(): void method testPsr4Array (line 133) | public function testPsr4Array(): void method testOverrideAutoload (line 165) | public function testOverrideAutoload(): void method testMissingComposer (line 173) | public function testMissingComposer(): void method test_is_copy (line 182) | public function test_is_copy(): void method test_did_copy (line 199) | public function test_did_copy(): void method test_is_delete (line 216) | public function test_is_delete(): void method test_did_delete (line 233) | public function test_did_delete(): void method testGetPackageAbsolutePathHasNoBackslashes (line 254) | public function testGetPackageAbsolutePathHasNoBackslashes(): void FILE: tests/Unit/Composer/Extra/StraussConfigTest.php class StraussConfigTest (line 22) | class StraussConfigTest extends TestCase method getInput (line 24) | protected function getInput(string $cli): InputInterface method testGetters (line 46) | public function testGetters(): void method testExtraKey (line 107) | public function testExtraKey(): void method testDefaultTargetDir (line 162) | public function testDefaultTargetDir(): void method testDefaultNamespacePrefixFromAutoloaderPsr4 (line 208) | public function testDefaultNamespacePrefixFromAutoloaderPsr4(): void method testDefaultNamespacePrefixFromAutoloaderPsr0 (line 239) | public function testDefaultNamespacePrefixFromAutoloaderPsr0(): void method testDefaultNamespacePrefixWithNoAutoloader (line 271) | public function testDefaultNamespacePrefixWithNoAutoloader(): void method testDefaultClassmapPrefixFromAutoloaderPsr4 (line 296) | public function testDefaultClassmapPrefixFromAutoloaderPsr4(): void method testDefaultClassmapPrefixFromAutoloaderPsr0 (line 327) | public function testDefaultClassmapPrefixFromAutoloaderPsr0(): void method testDefaultClassmapPrefixWithNoAutoloader (line 360) | public function testDefaultClassmapPrefixWithNoAutoloader(): void method testGetPackagesFromConfig (line 385) | public function testGetPackagesFromConfig(): void method testGetOldSyntaxExcludePackagesFromPrefixing (line 429) | public function testGetOldSyntaxExcludePackagesFromPrefixing(): void method testGetExcludePackagesFromPrefixing (line 457) | public function testGetExcludePackagesFromPrefixing(): void method testGetExcludeFilePatternsFromPrefixingDefault (line 486) | public function testGetExcludeFilePatternsFromPrefixingDefault(): void method testGetExcludeFilePatternsFromPrefixingDefaultAfterExcludingPackages (line 511) | public function testGetExcludeFilePatternsFromPrefixingDefaultAfterExc... method testGetPackagesNoConfig (line 541) | public function testGetPackagesNoConfig(): void method testMapMozartConfig (line 583) | public function testMapMozartConfig(): void method testNamespacePrefixHasNoSlash (line 645) | public function testNamespacePrefixHasNoSlash(): void method testIncludeModifiedDateDefaultTrue (line 667) | public function testIncludeModifiedDateDefaultTrue(): void method testIncludeModifiedDate (line 694) | public function testIncludeModifiedDate(): void method testIncludeAuthorDefaultTrue (line 718) | public function testIncludeAuthorDefaultTrue(): void method testIncludeAuthorFalse (line 741) | public function testIncludeAuthorFalse(): void method testDeleteVendorPackages (line 764) | public function testDeleteVendorPackages(): void method testUpdateCallSitesConfigTrue (line 788) | public function testUpdateCallSitesConfigTrue(): void method testUpdateCallSitesConfigFalse (line 812) | public function testUpdateCallSitesConfigFalse(): void method testUpdateCallSitesConfigList (line 838) | public function testUpdateCallSitesConfigList(): void method testUpdateCallSitesCliTrue (line 864) | public function testUpdateCallSitesCliTrue(): void method testUpdateCallSitesCliFalse (line 892) | public function testUpdateCallSitesCliFalse(): void method testUpdateCallSitesCliList (line 921) | public function testUpdateCallSitesCliList(): void method test_functions_prefix (line 949) | public function test_functions_prefix(): void method test_functions_prefix_disabled (line 973) | public function test_functions_prefix_disabled(): void method test_functions_not_set (line 998) | public function test_functions_not_set(): void method testConstantPrefixIsMappedFromComposerExtra (line 1022) | public function testConstantPrefixIsMappedFromComposerExtra(): void method test_optimize_autoloader_default_true (line 1045) | public function test_optimize_autoloader_default_true(): void method test_optimize_autoloader_false (line 1067) | public function test_optimize_autoloader_false(): void FILE: tests/Unit/Composer/ProjectComposerPackageTest.php class ProjectComposerPackageTest (line 13) | class ProjectComposerPackageTest extends TestCase method testParseJson (line 19) | public function testParseJson(): void method testGetFlatAutoloadKey (line 34) | public function testGetFlatAutoloadKey(): void FILE: tests/Unit/Console/ApplicationTest.php class ApplicationTest (line 11) | class ApplicationTest extends TestCase method testInstantiation (line 17) | public function testInstantiation(): void FILE: tests/Unit/Console/Commands/DependenciesCommandTest.php class DependenciesCommandTest (line 17) | class DependenciesCommandTest extends TestCase method getSut (line 20) | protected function getSut( method it_fails_gracefully_when_composer_json_absent (line 57) | public function it_fails_gracefully_when_composer_json_absent(): void method it_handles_malformed_json_with_grace (line 91) | public function it_handles_malformed_json_with_grace(): void method test_it_handles_absent_extra_config_with_grace (line 129) | public function test_it_handles_absent_extra_config_with_grace(): void method it_handles_malformed_extra_config_with_grace (line 166) | public function it_handles_malformed_extra_config_with_grace(): void method it_handles_absent_mozart_config_with_grace (line 204) | public function it_handles_absent_mozart_config_with_grace(): void method it_handles_malformed_mozart_config__with_grace (line 244) | public function it_handles_malformed_mozart_config__with_grace(): void FILE: tests/Unit/DiscoveredFilesTest.php class DiscoveredFilesTest (line 17) | class DiscoveredFilesTest extends TestCase method testFileCanBeAddedAndGotten (line 27) | public function testFileCanBeAddedAndGotten(): void method testFileMultipleFilesWithDifferentPathsCanBeAddedAndGotten (line 56) | public function testFileMultipleFilesWithDifferentPathsCanBeAddedAndGo... method testFilesWithSamePathsAreOverwritten (line 92) | public function testFilesWithSamePathsAreOverwritten(): void FILE: tests/Unit/FileEnumeratorTest.php class FileEnumeratorTest (line 23) | class FileEnumeratorTest extends TestCase method test_file_does_not_exist (line 28) | public function test_file_does_not_exist(): void FILE: tests/Unit/Files/FileWithDependencyTest.php class FileWithDependencyTest (line 12) | class FileWithDependencyTest extends TestCase method test_is_do_delete (line 19) | public function test_is_do_delete(): void method test_handles_null_package_absolute_path (line 47) | public function test_handles_null_package_absolute_path(): void FILE: tests/Unit/Helpers/FileSystemTest.php class FileSystemTest (line 14) | class FileSystemTest extends TestCase method testFileAttributes (line 22) | public function testFileAttributes(): void method testIsDirTrue (line 41) | public function testIsDirTrue(): void method testMakeAbsoluteAddsLeadingSlashForUnixPaths (line 68) | public function testMakeAbsoluteAddsLeadingSlashForUnixPaths(): void method testMakeAbsolutePreservesWindowsDriveLetter (line 96) | public function testMakeAbsolutePreservesWindowsDriveLetter(): void method testMakeAbsolutePreservesLowercaseWindowsDriveLetter (line 124) | public function testMakeAbsolutePreservesLowercaseWindowsDriveLetter()... method testMakeAbsoluteRestoresLeadingSlashAfterNormalization (line 155) | public function testMakeAbsoluteRestoresLeadingSlashAfterNormalization... method testIsDirFalse (line 181) | public function testIsDirFalse(): void method testDirectoryExistsWithRelativePathSegments (line 209) | public function testDirectoryExistsWithRelativePathSegments(): void method testDirectoryExistsWithMultipleRelativeSegments (line 240) | public function testDirectoryExistsWithMultipleRelativeSegments(): void method testDirectoryExistsWithRelativePathSegmentsNonExistent (line 269) | public function testDirectoryExistsWithRelativePathSegmentsNonExistent... FILE: tests/Unit/Helpers/NamespaceSortTest.php class NamespaceSortTest (line 10) | class NamespaceSortTest extends TestCase method namespaceSortDataProvider (line 12) | public static function namespaceSortDataProvider(): array method testNamespaceSort (line 65) | public function testNamespaceSort(array $inputs, bool $order, string $... FILE: tests/Unit/LicenserTest.php class LicenserTest (line 25) | class LicenserTest extends TestCase method testFindLicenceFilesPathsAreRelative (line 30) | public function testFindLicenceFilesPathsAreRelative(): void method testAppendHeaderCommentInformationNoHeader (line 88) | public function testAppendHeaderCommentInformationNoHeader(): void method testAppendHeaderCommentNoDate (line 138) | public function testAppendHeaderCommentNoDate(): void method testAppendHeaderCommentNoAuthor (line 179) | public function testAppendHeaderCommentNoAuthor(): void method testWithLicenceAlreadyInHeader (line 219) | public function testWithLicenceAlreadyInHeader(): void method testWithTwoCommentsBeforeFirstCode (line 277) | public function testWithTwoCommentsBeforeFirstCode(): void method testUnusualHeaderCommentStyle (line 346) | public function testUnusualHeaderCommentStyle(): void method testCommentWithLicenseWord (line 400) | public function testCommentWithLicenseWord(): void method testIncorrectlyMatching (line 468) | public function testIncorrectlyMatching(): void method testLicenseDetailsOnlyInsertedOncePerFile (line 544) | public function testLicenseDetailsOnlyInsertedOncePerFile(): void FILE: tests/Unit/Pipeline/Aliases/AliasesTest.php class AliasesTest (line 21) | class AliasesTest extends TestCase method setUp (line 24) | protected function setUp(): void method test_class_in_aliases_array (line 41) | public function test_class_in_aliases_array(): void method test_functions (line 92) | public function test_functions(): void method test_namespaced_interfaces (line 137) | public function test_namespaced_interfaces(): void method test_namespaced_functions (line 186) | public function test_namespaced_functions(): void FILE: tests/Unit/Pipeline/Autoload/ComposerAutoloadGeneratorTest.php class ComposerAutoloadGeneratorTest (line 13) | class ComposerAutoloadGeneratorTest extends \BrianHenryIE\Strauss\TestCase method testGetFileIdentifier (line 18) | public function testGetFileIdentifier(): void FILE: tests/Unit/Pipeline/Autoload/DumpAutoloadTest.php class DumpAutoloadTest (line 20) | class DumpAutoloadTest extends \BrianHenryIE\Strauss\TestCase method testGeneratedPrefixedAutoloader (line 25) | public function testGeneratedPrefixedAutoloader():void method test_create_installed_versions_files (line 81) | public function test_create_installed_versions_files(): void method test_optimize_autoloader_defaults_to_true_without_capability_interface (line 211) | public function test_optimize_autoloader_defaults_to_true_without_capa... method test_optimize_autoloader_uses_capability_interface_when_available (line 229) | public function test_optimize_autoloader_uses_capability_interface_whe... FILE: tests/Unit/Pipeline/Autoload/VendorComposerAutoloadTest.php class VendorComposerAutoloadTest (line 13) | class VendorComposerAutoloadTest extends TestCase method test_add_aliases_file_to_true_composer (line 22) | public function test_add_aliases_file_to_true_composer(): void FILE: tests/Unit/Pipeline/AutoloadTest.php class AutoloadTest (line 17) | class AutoloadTest extends TestCase method tearDown (line 20) | protected function tearDown(): void method testGenerateClassmap (line 35) | public function testGenerateClassmap(): void method testGenerateClassmapParentRelativeDir (line 76) | public function testGenerateClassmapParentRelativeDir(): void method testGenerateFilesAutoloader (line 115) | public function testGenerateFilesAutoloader(): void FILE: tests/Unit/Pipeline/ChangeEnumeratorTest.php class ChangeEnumeratorTest (line 19) | class ChangeEnumeratorTest extends TestCase method testFunctionReplacement (line 24) | public function testFunctionReplacement(): void FILE: tests/Unit/Pipeline/Cleanup/CleanupTest.php class CleanupTest (line 13) | class CleanupTest extends \BrianHenryIE\Strauss\TestCase method test_optimize_autoloader_defaults_to_true_without_capability_interface (line 15) | public function test_optimize_autoloader_defaults_to_true_without_capa... method test_optimize_autoloader_uses_capability_interface_when_available (line 31) | public function test_optimize_autoloader_uses_capability_interface_whe... FILE: tests/Unit/Pipeline/Cleanup/InstalledJsonTest.php class InstalledJsonTest (line 17) | class InstalledJsonTest extends \BrianHenryIE\Strauss\TestCase method test_remove_dead_file_entries (line 21) | public function test_remove_dead_file_entries(): void method test_updates_nothing (line 40) | public function test_updates_nothing(): void method test_updates_path (line 76) | public function test_updates_path(): void method test_updates_path_target_directory (line 185) | public function test_updates_path_target_directory(): void method test_updates_psr0_entry (line 234) | public function test_updates_psr0_entry(): void method test_excluded_package_removed_from_target_installed_json_but_retained_in_vendor_installed_json (line 337) | public function test_excluded_package_removed_from_target_installed_js... method extractPackageNamesFromInstalledJson (line 405) | private function extractPackageNamesFromInstalledJson(string $installe... FILE: tests/Unit/Pipeline/CopierTest.php class CopierTest (line 14) | class CopierTest extends TestCase method test_file_is_copied (line 20) | public function test_file_is_copied(): void method test_file_is_skipped (line 51) | public function test_file_is_skipped(): void method test_file_not_found (line 82) | public function test_file_not_found(): void method testCreateDirectory (line 108) | public function testCreateDirectory(): void FILE: tests/Unit/Pipeline/FileCopyScannerTest.php class FileCopyScannerTest (line 17) | class FileCopyScannerTest extends TestCase method test_file_is_excluded (line 23) | public function test_file_is_excluded(): void FILE: tests/Unit/Pipeline/FileSymbolScannerTest.php class FileSymbolScannerTest (line 20) | class FileSymbolScannerTest extends TestCase method testSingleNamespace (line 33) | public function testSingleNamespace(): void method testGlobalNamespace (line 75) | public function testGlobalNamespace(): void method testMultipleNamespace (line 112) | public function testMultipleNamespace(): void method testMultipleNamespaceGlobalFirst (line 156) | public function testMultipleNamespaceGlobalFirst(): void method testItDoesNotFindNamespaceInComment (line 202) | public function testItDoesNotFindNamespaceInComment(): void method testMultipleClasses (line 266) | public function testMultipleClasses(): void method test_it_does_not_treat_comments_as_classes (line 306) | public function test_it_does_not_treat_comments_as_classes(): void method test_it_does_not_treat_multiline_comments_as_classes (line 344) | public function test_it_does_not_treat_multiline_comments_as_classes()... method test_it_does_not_treat_multiline_comments_opening_line_as_classes (line 387) | public function test_it_does_not_treat_multiline_comments_opening_line... method test_it_does_not_treat_multiline_comments_on_one_line_as_classes (line 426) | public function test_it_does_not_treat_multiline_comments_on_one_line_... method test_it_does_not_treat_comments_with_semicolons_as_classes (line 464) | public function test_it_does_not_treat_comments_with_semicolons_as_cla... method test_it_parses_classes_after_semicolon (line 501) | public function test_it_parses_classes_after_semicolon(): void method test_it_parses_classes_followed_by_comment (line 535) | public function test_it_parses_classes_followed_by_comment(): void method it_does_not_replace_inside_named_namespace_but_does_inside_explicit_global_namespace_a (line 579) | public function it_does_not_replace_inside_named_namespace_but_does_in... method testExcludePackagesFromPrefix (line 618) | public function testExcludePackagesFromPrefix(): void method testExcludeFilePatternsFromPrefix (line 655) | public function testExcludeFilePatternsFromPrefix(): void method testNamespaceReplacementPatterns (line 694) | public function testNamespaceReplacementPatterns(): void method testPhraseClassObjectIsNotMistaken (line 739) | public function testPhraseClassObjectIsNotMistaken(): void method testDefineConstant (line 793) | public function testDefineConstant(): void method test_commented_namespace_is_invalid (line 845) | public function test_commented_namespace_is_invalid(): void method testDiscoversGlobalFunctions (line 895) | public function testDiscoversGlobalFunctions(): void method testDiscoversGlobalFunctionInFunctionExists (line 947) | public function testDiscoversGlobalFunctionInFunctionExists(): void method testDoesNotIncludeBuiltInPhpFunctions (line 994) | public function testDoesNotIncludeBuiltInPhpFunctions(): void method test_finds_functions_in_second_namespace (line 1049) | public function test_finds_functions_in_second_namespace(): void method testTemplateFileWithPlaceholdersIsSkippedGracefully (line 1100) | public function testTemplateFileWithPlaceholdersIsSkippedGracefully():... FILE: tests/Unit/Pipeline/MarkSymbolsForRenamingTest.php class MarkSymbolsForRenamingTest (line 18) | class MarkSymbolsForRenamingTest extends TestCase method testExcludedPackageSymbolsNotMarkedForRenaming (line 29) | public function testExcludedPackageSymbolsNotMarkedForRenaming(): void method testNonExcludedPackageSymbolsStillMarkedForRenaming (line 72) | public function testNonExcludedPackageSymbolsStillMarkedForRenaming():... method testExcludeConstantsByNameNotMarkedForRenaming (line 114) | public function testExcludeConstantsByNameNotMarkedForRenaming(): void FILE: tests/Unit/PrefixerTest.php class PrefixerTest (line 32) | class PrefixerTest extends TestCase method testNamespaceReplacer (line 34) | public function testNamespaceReplacer(): void method testClassnameReplacer (line 125) | public function testClassnameReplacer(): void method testTypeFunctionParameter (line 167) | public function testTypeFunctionParameter(): void method test_it_replaces_class_declarations (line 175) | public function test_it_replaces_class_declarations(): void method test_it_replaces_abstract_class_declarations (line 193) | public function test_it_replaces_abstract_class_declarations(): void method test_it_replaces_interface_class_declarations (line 212) | public function test_it_replaces_interface_class_declarations(): void method test_it_replaces_class_declarations_that_extend_other_classes (line 231) | public function test_it_replaces_class_declarations_that_extend_other_... method test_it_replaces_class_declarations_that_implement_interfaces (line 250) | public function test_it_replaces_class_declarations_that_implement_int... method testItReplacesNamespacesInInterface (line 270) | public function testItReplacesNamespacesInInterface(): void method test_it_stores_replaced_class_names (line 289) | public function test_it_stores_replaced_class_names(): void method test_it_replaces_class_declarations_psr2 (line 304) | public function test_it_replaces_class_declarations_psr2(): void method test_it_replaces_class (line 325) | public function test_it_replaces_class(): void method it_does_not_replace_inside_namespace_multiline (line 350) | public function it_does_not_replace_inside_namespace_multiline(): void method test_it_does_not_replace_inside_namespace_singleline (line 382) | public function test_it_does_not_replace_inside_namespace_singleline()... method it_does_not_replace_inside_named_namespace_but_does_inside_explicit_global_namespace_b (line 408) | public function it_does_not_replace_inside_named_namespace_but_does_in... method it_replaces_namespace_declarations (line 432) | public function it_replaces_namespace_declarations(): void method test_it_doesnt_replaces_namespace_inside_namespace (line 452) | public function test_it_doesnt_replaces_namespace_inside_namespace(): ... method test_it_does_notreplaces_partial_namespace_declarations (line 468) | public function test_it_does_notreplaces_partial_namespace_declaration... method test_it_doesnt_prefix_already_prefixed_namespace (line 484) | public function test_it_doesnt_prefix_already_prefixed_namespace(): void method testDoesNotDoublePrefixAlreadyUpdatedNamespace (line 508) | public function testDoesNotDoublePrefixAlreadyUpdatedNamespace(): void method test_it_doesnt_double_replace_namespaces_that_also_exist_inside_another_namespace (line 529) | public function test_it_doesnt_double_replace_namespaces_that_also_exi... method it_replaces_namespace_use_as_declarations (line 552) | public function it_replaces_namespace_use_as_declarations(): void method test_it_doesnt_prefix_function_types_that_happen_to_match_the_namespace (line 572) | public function test_it_doesnt_prefix_function_types_that_happen_to_ma... method testLeadingSlashInString (line 588) | public function testLeadingSlashInString(): void method testDoubleLeadingSlashInString (line 604) | public function testDoubleLeadingSlashInString(): void method testItReplacesSlashedNamespaceInFunctionParameter (line 620) | public function testItReplacesSlashedNamespaceInFunctionParameter(): void method testItReplacesNamespaceInFunctionParameterDefaultArgumentValue (line 638) | public function testItReplacesNamespaceInFunctionParameterDefaultArgum... method testItReplacesNamespaceConcatenatedStringConst (line 656) | public function testItReplacesNamespaceConcatenatedStringConst(): void method testClassnameNotConfusedWithNamespace (line 677) | public function testClassnameNotConfusedWithNamespace(): void method testClassExtendsNamespacedClassIsPrefixed (line 691) | public function testClassExtendsNamespacedClassIsPrefixed(): void method testNewNamespacedClassIsPrefixed (line 710) | public function testNewNamespacedClassIsPrefixed(): void method testStaticNamespacedClassIsPrefixed (line 730) | public function testStaticNamespacedClassIsPrefixed(): void method testReturnedNamespacedClassIsPrefixed (line 749) | public function testReturnedNamespacedClassIsPrefixed(): void method testNamespacedStaticIsPrefixed (line 768) | public function testNamespacedStaticIsPrefixed(): void method testDoNotReplaceInStringThatIsNotCode (line 791) | public function testDoNotReplaceInStringThatIsNotCode(): void method testDoNotReplaceInVariableNames (line 814) | public function testDoNotReplaceInVariableNames(): void method testReplaceConstants (line 831) | public function testReplaceConstants(): void method testStaticFunctionCallOfNamespacedClassIsPrefixed (line 872) | public function testStaticFunctionCallOfNamespacedClassIsPrefixed(): void method testItPrefixesGroupedNamespacedClasses (line 898) | public function testItPrefixesGroupedNamespacedClasses(): void method testStaticSimpleCall (line 916) | public function testStaticSimpleCall(): void method testStaticVariableAssignment (line 942) | public function testStaticVariableAssignment(): void method testStaticIfConditionSingle (line 967) | public function testStaticIfConditionSingle(): void method testStaticIfConditionMultipleAND (line 1008) | public function testStaticIfConditionMultipleAND(): void method testStaticIfConditionMultipleOR (line 1048) | public function testStaticIfConditionMultipleOR(): void method testStaticArrayNonAssociativeSingle (line 1088) | public function testStaticArrayNonAssociativeSingle(): void method testStaticArrayNonAssociativeMultipleAND (line 1117) | public function testStaticArrayNonAssociativeMultipleAND(): void method testStaticArrayNonAssociationMultipleOR (line 1146) | public function testStaticArrayNonAssociationMultipleOR(): void method testStaticArrayAssociativeSingle (line 1175) | public function testStaticArrayAssociativeSingle(): void method testStaticArrayAssociativeMultipleAND (line 1204) | public function testStaticArrayAssociativeMultipleAND(): void method testStaticArrayAssociativeMultipleOR (line 1232) | public function testStaticArrayAssociativeMultipleOR(): void method testDoublePrefixBug (line 1260) | public function testDoublePrefixBug(): void method testItDoesNotPrefixClassnameInsideNamespaceName (line 1320) | public function testItDoesNotPrefixClassnameInsideNamespaceName(): void method testItDoesNotPrefixClassnameInsideInsideNamespaceName (line 1348) | public function testItDoesNotPrefixClassnameInsideInsideNamespaceName(... method testItDoesNotPrefixClassnameInsideEndNamespaceName (line 1382) | public function testItDoesNotPrefixClassnameInsideEndNamespaceName(): ... method testItDoesNotPrefixClassDeclarationInsideNamespace (line 1417) | public function testItDoesNotPrefixClassDeclarationInsideNamespace(): ... method testItDoesNotPrefixReturnTypeWillChangeAsClassname (line 1452) | public function testItDoesNotPrefixReturnTypeWillChangeAsClassname(): ... method testItReplacesStaticInsideSquareArray (line 1490) | public function testItReplacesStaticInsideSquareArray(): void method testItReplacesStaticInsideMultilineTernary (line 1533) | public function testItReplacesStaticInsideMultilineTernary(): void method testItPrefixesNamespacedFunctionUse (line 1588) | public function testItPrefixesNamespacedFunctionUse(): void method testPrefixUseFunction (line 1653) | public function testPrefixUseFunction(): void method testPrefixGlobalClassUse (line 1686) | public function testPrefixGlobalClassUse(): void method test_prefix_no_newline_after_opening_php_replace_namespace (line 1733) | public function test_prefix_no_newline_after_opening_php_replace_names... method test_global_class_phpdoc_end_delimiter (line 1760) | public function test_global_class_phpdoc_end_delimiter(): void method testPrefixesFullNamespaceInInstanceOf (line 1807) | public function testPrefixesFullNamespaceInInstanceOf(): void method testPrefixesFQDNWithMutedErrors (line 1855) | public function testPrefixesFQDNWithMutedErrors(): void method testPrefixesAliasedGlobalClass (line 1920) | public function testPrefixesAliasedGlobalClass(): void method testReplaceFunctions (line 1952) | public function testReplaceFunctions(): void method testPrepareRelativeNamespaces (line 2033) | public function testPrepareRelativeNamespaces(): void method test_dont_double_slash (line 2128) | public function test_dont_double_slash(): void method test_relative_namespace_in_function_parameter (line 2212) | public function test_relative_namespace_in_function_parameter(): void method test_relative_namespace_constant (line 2268) | public function test_relative_namespace_constant(): void method test_relative_phpdoc (line 2332) | public function test_relative_phpdoc(): void method test_relative_return_type (line 2387) | public function test_relative_return_type(): void method test_relative_static_property (line 2444) | public function test_relative_static_property(): void method test_relative_constructor_property (line 2515) | public function test_relative_constructor_property(): void method test_relative_exception_type (line 2577) | public function test_relative_exception_type(): void method test_namespace_in_string_with_variable (line 2666) | public function test_namespace_in_string_with_variable(): void method testForAbsenceOfFunctionPrefixInClass (line 2736) | public function testForAbsenceOfFunctionPrefixInClass(): void method testInclude (line 2805) | public function testInclude(): void method testRelativeInterfaceInImplementsNotPrefixed (line 2864) | public function testRelativeInterfaceInImplementsNotPrefixed(): void FILE: tests/Unit/Types/DiscoveredSymbolTest.php class DiscoveredSymbolTest (line 13) | class DiscoveredSymbolTest extends TestCase method testCreate (line 20) | public function testCreate(): void method testMultipleSourceFiles (line 36) | public function testMultipleSourceFiles(): void method testReplacement (line 58) | public function testReplacement(): void FILE: tests/Unit/Types/DiscoveredSymbolsTest.php class DiscoveredSymbolsTest (line 12) | class DiscoveredSymbolsTest extends TestCase method testReturnsFunctions (line 19) | public function testReturnsFunctions(): void method testGetNamespaceSymbol (line 36) | public function testGetNamespaceSymbol(): void method testGetNamespaceSymbolMissing (line 56) | public function testGetNamespaceSymbolMissing(): void