Andreas Hennings
|
6a9fd1dd60
rename \$package to \$mainPackage in AutoloadGeneratorTest::testOverrideVendorsAutoloading() for clarity.
|
11 年 前 |
Andreas Hennings
|
bb26152de2
docblock comments on properties in AutoloadGeneratorTest
|
11 年 前 |
Andreas Hennings
|
cab6943df0
AutoloadGeneratorTest::testOverrideVendorsAutoloading() - break autoload definitions to multiple lines.
|
11 年 前 |
Andreas Hennings
|
084c11ef51
AutoloadGeneratorTest::testMainPackageAutoloadingWithTargetDir() - Remove PSR-4 from the package in target-dir test, since it is incompatible with target-dir.
|
11 年 前 |
Jordi Boggiano
|
3c5000ad7f
CS tweaks and cleanups, allow "" to set fallback dirs, refs #2459
|
11 年 前 |
Andreas Hennings
|
0a4b18ce86
More interesting generator tests for PSR-4.
|
11 年 前 |
Andreas Hennings
|
bda2bcac13
Fix indentation of assignment in AutoloadGeneratorTest
|
11 年 前 |
Andreas Hennings
|
8966376f40
Verify generation of autoload_psr4.php even if empty.
|
11 年 前 |
Andreas Hennings
|
bbf6278905
AutoloadGenerator to support PSR-4. Tests included.
|
11 年 前 |
Martin Hasoň
|
3c0a620ad5
Fixed path analysis
|
11 年 前 |
Jordi Boggiano
|
38917c2047
Add parallel build to travis script
|
11 年 前 |
Nils Adermann
|
242c58c789
Merge pull request #2179 from naderman/plugins
|
11 年 前 |
Nils Adermann
|
3960edd64e
Turn EventDispatcher into generic solution handling plugins as well
|
12 年 前 |
Firehed
|
046d55e886
Change 'generated' notice to @phpdoc-style annotation
|
11 年 前 |
Andreas Hennings
|
5369904dd3
autoload_files.php should return an array of files, instead of directly including them.
|
12 年 前 |
Andreas Hennings
|
f98a8f472e
Generate an autoload_files.php next to autoload_namespaces.php and autoload_classes.php
|
12 年 前 |
Jordi Boggiano
|
8d0b7f278e
CS fixes
|
12 年 前 |
Taylor Otwell
|
60cd875cc2
Added "pre-autoload-dump" event.
|
12 年 前 |
Jordi Boggiano
|
dc71ba557b
Consistently use arrays as paths for a given namespace prefix
|
12 年 前 |
Jordi Boggiano
|
5264d0637b
Fix regression added in 33af9eea9550a8a65ece651e5c46e8a5104a8139, fixes #1841
|
12 年 前 |
Jordi Boggiano
|
3ce71466f1
Treat empty paths in autoloader as ".", fixes #1727
|
12 年 前 |
Martin Hasoň
|
07d2f17afe
[Autoload] Make all paths relative for file portability
|
12 年 前 |
Martin Hasoň
|
3499610631
Fixed tests for autoloader generator
|
12 年 前 |
Martin Hasoň
|
48444a028c
Added support for vendor dir excluded from working dir
|
12 年 前 |
Jordi Boggiano
|
3cc5698e7b
Allow PHP 5.2 autoloaders to consume namespace, classmap and include path files, fixes #1730
|
12 年 前 |
Jordi Boggiano
|
8d55b9cced
Merge remote-tracking branch 'ronnylt/script-event-post-dump-autoload'
|
12 年 前 |
Jordi Boggiano
|
b4c2347b24
Test fixes
|
12 年 前 |
Jordi Boggiano
|
5a484cb3a9
Make sure target-dir plays well with classmap and files autoload, for root and deps, refs #1550
|
12 年 前 |
Jordi Boggiano
|
ab1256e135
Merge remote-tracking branch 'cmodijk/master'
|
12 年 前 |
Cliff Odijk
|
5127fe8359
added type check to autoloader fixes #1504
|
12 年 前 |