1
0
Fork 0
composer/tests/Composer/Test/Autoload/Fixtures
Jordi Boggiano 45d3e133a4
Avoid checking for unbounded constraints in platform checks
2020-05-19 17:15:08 +02:00
..
Namespaced Add support for .inc files in classmap, fixes #1396 2012-12-08 21:54:51 +01:00
Pearlike Add tests for ClassMapGenerator 2012-03-05 14:10:01 +01:00
SubNamespace Add unit tests for ClassLoader, covering PSR-0 and PSR-4. 2013-11-25 23:22:31 +01:00
beta Add tests for ClassMapGenerator 2012-03-05 14:10:01 +01:00
classmap Add test for double gap in php-file 2019-09-20 17:08:00 +03:00
hhvm3.3 Add test for Generics class 2015-03-09 11:29:04 -07:00
php5.4 CS fixes 2012-08-18 16:22:15 +02:00
php7.0 Fix classmap generator over anonymous classes extending/implementing something, fixes #5239 2016-04-24 14:40:51 +01:00
platform Avoid checking for unbounded constraints in platform checks 2020-05-19 17:15:08 +02:00
template Fix missing semicolons. 2015-04-23 12:56:11 -04:00
autoload_classmap.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_classmap2.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_classmap3.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_classmap4.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_classmap5.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_classmap6.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_classmap7.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_classmap8.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_classmap9.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_files.php Move file identifier calculation to compile time 2015-06-30 09:22:51 -07:00
autoload_files2.php Adjust deduplication of files autoloads, refs 9710b26d3f 2015-11-26 10:39:16 +00:00
autoload_files_files_by_dependency.php CS fixes 2013-10-11 20:12:45 -03:00
autoload_files_functions.php Adjust deduplication of files autoloads, refs 9710b26d3f 2015-11-26 10:39:16 +00:00
autoload_files_functions_with_removed_extra.php Adjust deduplication of files autoloads, refs 9710b26d3f 2015-11-26 10:39:16 +00:00
autoload_files_target_dir.php Adjust deduplication of files autoloads, refs 9710b26d3f 2015-11-26 10:39:16 +00:00
autoload_functions.php Remove useless concat. 2016-09-16 14:50:34 +02:00
autoload_functions_by_dependency.php Remove useless concat. 2016-09-16 14:50:34 +02:00
autoload_main.php Change 'generated' notice to @phpdoc-style annotation 2013-08-27 16:08:38 -07:00
autoload_main2.php Change 'generated' notice to @phpdoc-style annotation 2013-08-27 16:08:38 -07:00
autoload_main3.php Change 'generated' notice to @phpdoc-style annotation 2013-08-27 16:08:38 -07:00
autoload_main4.php added an autoload-dev section 2014-02-28 00:27:03 +01:00
autoload_main5.php Adjust dump command, add another test, update docs, refs #1344 2014-03-01 21:21:00 +01:00
autoload_phar.php Handle absolute phar:// paths in autoload_static.php 2019-04-11 20:23:31 +02:00
autoload_phar_psr4.php Handle absolute phar:// paths in autoload_static.php 2019-04-11 20:23:31 +02:00
autoload_phar_static.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_psr4.php AutoloadGenerator to support PSR-4. Tests included. 2013-11-26 02:53:44 +01:00
autoload_psr4_2.php AutoloadGenerator to support PSR-4. Tests included. 2013-11-26 02:53:44 +01:00
autoload_psr4_3.php AutoloadGenerator to support PSR-4. Tests included. 2013-11-26 02:53:44 +01:00
autoload_real_files_by_dependency.php Switch require_once to require for autoload_static as the once variant seems unnecessary 2020-04-22 17:05:37 +02:00
autoload_real_functions.php Switch require_once to require for autoload_static as the once variant seems unnecessary 2020-04-22 17:05:37 +02:00
autoload_real_functions_with_include_paths.php Switch require_once to require for autoload_static as the once variant seems unnecessary 2020-04-22 17:05:37 +02:00
autoload_real_functions_with_removed_include_paths_and_autolad_files.php Switch require_once to require for autoload_static as the once variant seems unnecessary 2020-04-22 17:05:37 +02:00
autoload_real_include_path.php Switch require_once to require for autoload_static as the once variant seems unnecessary 2020-04-22 17:05:37 +02:00
autoload_real_target_dir.php Switch require_once to require for autoload_static as the once variant seems unnecessary 2020-04-22 17:05:37 +02:00
autoload_static_files_by_dependency.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_static_functions.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_static_functions_with_include_paths.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_static_functions_with_removed_include_paths_and_autolad_files.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_static_include_path.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_static_target_dir.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
autoload_target_dir.php Remove useless concat. 2016-09-16 14:50:34 +02:00
autoload_vendors.php Change 'generated' notice to @phpdoc-style annotation 2013-08-27 16:08:38 -07:00
include_paths.php Change 'generated' notice to @phpdoc-style annotation 2013-08-27 16:08:38 -07:00
include_paths_functions.php Added removing file 'include_path.php' (if it is empty). 2015-08-19 15:08:27 +08:00
include_paths_functions_with_removed_extra.php Added removing file 'include_path.php' (if it is empty). 2015-08-19 15:08:27 +08:00