mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
Move things around
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
/tests export-ignore
|
||||
/Tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -23,14 +23,10 @@
|
||||
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\CssInliner\\" : "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\CssInliner\\Tests\\" : "test/"
|
||||
}
|
||||
"psr-4" : { "Twig\\Extra\\CssInliner\\" : "" },
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Twig CssInlinder Extension Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<directory>./Tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<whitelist>
|
||||
<directory>./</directory>
|
||||
<exclude>
|
||||
<directory>./tests</directory>
|
||||
<directory>./Tests</directory>
|
||||
<directory>./vendor</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/tests export-ignore
|
||||
/Tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -23,14 +23,10 @@
|
||||
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\Html\\" : "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\Html\\Tests\\" : "tests/"
|
||||
}
|
||||
"psr-4" : { "Twig\\Extra\\Html\\" : "" },
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Twig HTML Extension Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<directory>./Tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<whitelist>
|
||||
<directory>./</directory>
|
||||
<exclude>
|
||||
<directory>./tests</directory>
|
||||
<directory>./Tests</directory>
|
||||
<directory>./vendor</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/tests export-ignore
|
||||
/Tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -23,14 +23,10 @@
|
||||
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\Inky\\" : "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\Inky\\Tests\\" : "test/"
|
||||
}
|
||||
"psr-4" : { "Twig\\Extra\\Inky\\" : "" },
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Twig Inky Extension Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<directory>./Tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<whitelist>
|
||||
<directory>./</directory>
|
||||
<exclude>
|
||||
<directory>./tests</directory>
|
||||
<directory>./Tests</directory>
|
||||
<directory>./vendor</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/tests export-ignore
|
||||
/Tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -23,14 +23,10 @@
|
||||
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\Intl\\" : "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\Intl\\Tests\\" : "tests/"
|
||||
}
|
||||
"psr-4" : { "Twig\\Extra\\Intl\\" : "" },
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Twig Intl Extension Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<directory>./Tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<whitelist>
|
||||
<directory>./</directory>
|
||||
<exclude>
|
||||
<directory>./tests</directory>
|
||||
<directory>./Tests</directory>
|
||||
<directory>./vendor</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/tests export-ignore
|
||||
/Tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -26,14 +26,10 @@
|
||||
"michelf/php-markdown": "^1.8"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\Markdown\\" : "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\Markdown\\Tests\\" : "tests/"
|
||||
}
|
||||
"psr-4" : { "Twig\\Extra\\Markdown\\" : "" },
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Twig Markdown Extension Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<directory>./Tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<whitelist>
|
||||
<directory>./</directory>
|
||||
<exclude>
|
||||
<directory>./tests</directory>
|
||||
<directory>./Tests</directory>
|
||||
<directory>./vendor</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/tests export-ignore
|
||||
/Tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -23,14 +23,10 @@
|
||||
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\String\\" : "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4" : {
|
||||
"Twig\\Extra\\String\\Tests\\" : "tests/"
|
||||
}
|
||||
"psr-4" : { "Twig\\Extra\\String\\" : "" },
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Twig String Extension Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<directory>./Tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<whitelist>
|
||||
<directory>./</directory>
|
||||
<exclude>
|
||||
<directory>./tests</directory>
|
||||
<directory>./Tests</directory>
|
||||
<directory>./vendor</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/tests export-ignore
|
||||
/Tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"twig/string-extra": "^2.12|^3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : { "Twig\\Extra\\TwigExtraBundle\\" : "src/" },
|
||||
"psr-4" : { "Twig\\Extra\\TwigExtraBundle\\" : "" },
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
|
||||
@@ -14,13 +14,17 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Twig Extra bundle Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<directory>./Tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory>./src/</directory>
|
||||
<directory>./</directory>
|
||||
<exclude>
|
||||
<directory>./Tests</directory>
|
||||
<directory>./vendor</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user