-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
232 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,28 @@ | ||
<phpunit | ||
backupGlobals="true" | ||
bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" | ||
colors="true" | ||
convertErrorsToExceptions="true" | ||
convertWarningsToExceptions="true" | ||
forceCoversAnnotation="false" | ||
processIsolation="true" | ||
stopOnError="false" | ||
stopOnFailure="false" | ||
stopOnIncomplete="false" | ||
stopOnSkipped="false" | ||
verbose="false" | ||
convertDeprecationsToExceptions="false" | ||
beStrictAboutTestsThatDoNotTestAnything="false" | ||
backupGlobals="true" | ||
bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" | ||
testdox="true" | ||
colors="true" | ||
processIsolation="false" | ||
stopOnError="true" | ||
stopOnWarning="true" | ||
stopOnDeprecation="true" | ||
stopOnFailure="false" | ||
stopOnIncomplete="false" | ||
stopOnSkipped="false" | ||
beStrictAboutTestsThatDoNotTestAnything="false" | ||
displayDetailsOnTestsThatTriggerWarnings="true" | ||
displayDetailsOnPhpunitDeprecations="true" | ||
> | ||
|
||
<testsuites> | ||
<testsuite name="tests"> | ||
<directory>../Tests/Functional/</directory> | ||
</testsuite> | ||
</testsuites> | ||
<testsuites> | ||
<testsuite name="tests"> | ||
<directory>../Tests/Functional/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<filter> | ||
<whitelist> | ||
<directory>../Classes/</directory> | ||
<directory>../Tests/</directory> | ||
</whitelist> | ||
</filter> | ||
|
||
<php> | ||
<env name="typo3DatabaseDriver" value="pdo_sqlite"/> | ||
</php> | ||
<php> | ||
<env name="typo3DatabaseDriver" value="pdo_sqlite"/> | ||
</php> | ||
|
||
</phpunit> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,19 @@ | ||
<phpunit | ||
backupGlobals="true" | ||
bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php" | ||
colors="true" | ||
convertErrorsToExceptions="true" | ||
convertWarningsToExceptions="true" | ||
forceCoversAnnotation="false" | ||
processIsolation="false" | ||
stopOnError="false" | ||
stopOnFailure="false" | ||
stopOnIncomplete="false" | ||
stopOnSkipped="false" | ||
verbose="false" | ||
convertDeprecationsToExceptions="false" | ||
beStrictAboutTestsThatDoNotTestAnything="false" | ||
backupGlobals="true" | ||
bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php" | ||
colors="true" | ||
processIsolation="false" | ||
stopOnError="false" | ||
stopOnFailure="false" | ||
stopOnIncomplete="false" | ||
stopOnSkipped="false" | ||
beStrictAboutTestsThatDoNotTestAnything="false" | ||
displayDetailsOnTestsThatTriggerWarnings="true" | ||
> | ||
<testsuites> | ||
<testsuite name="tests"> | ||
<directory>../Tests/Unit/</directory> | ||
</testsuite> | ||
</testsuites> | ||
<filter> | ||
<whitelist> | ||
<directory>../Classes/</directory> | ||
</whitelist> | ||
</filter> | ||
<testsuites> | ||
<testsuite name="tests"> | ||
<directory>../Tests/Unit/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
</phpunit> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"be_users",,,,,,,, | ||
,uid,pid,username,email,realName,admin,deleted,disable | ||
,1,0,[email protected],[email protected],Admin,1,0,0 | ||
,2,0,[email protected],[email protected],User,0,0,0 | ||
,3,0,[email protected],[email protected],User,0,0,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
"pages" | ||
,"uid","pid","title","deleted","hidden","no_search" | ||
,1,0,"Congratulations",0,0,0 | ||
,2,1,"Frontend User",0,0,0 | ||
,3,1,"File Collections",0,0,0 | ||
,4,1,"Shared Content",0,0,0 | ||
,5,1,"404",0,0,1 | ||
,6,1,"Content Examples",0,0,0 | ||
,7,6,"And more...",0,0,0 | ||
,8,7,"Frames",0,0,0 | ||
,9,7,"Images with links",0,0,0 | ||
,10,7,"Any language, any character",0,0,0 | ||
,11,6,"Special elements",0,0,0 | ||
,12,11,"Divider",0,0,0 | ||
,13,11,"HTML",0,0,0 | ||
,14,11,"Insert records",0,0,0 | ||
,15,6,"Menu's",0,0,0 | ||
,16,15,"Thumbnails",0,0,0 | ||
,17,15,"Sitemap",0,0,0 | ||
,18,15,"Sections",0,0,0 | ||
,19,15,"Related Pages",0,0,0 | ||
,20,15,"Recently Updated",0,0,0 | ||
,21,15,"Categorized",0,0,0 | ||
,22,15,"Abstract",0,0,0 | ||
,23,15,"Pages",0,0,0 | ||
,24,6,"Form elements",0,0,0 | ||
,25,24,"Search",0,0,0 | ||
,26,24,"Login",0,0,0 | ||
,27,24,"Forms",0,0,0 | ||
,28,6,"Intreractive",0,0,0 | ||
,29,28,"Tab",0,0,0 | ||
,30,28,"Carousel",0,0,0 | ||
,31,28,"Accordion",0,0,0 | ||
,32,6,"Media",0,0,0 | ||
,33,32,"External Media",0,0,0 | ||
,34,32,"Media",0,0,0 | ||
,35,32,"Images",0,0,0 | ||
,36,32,"File downloads",0,0,0 | ||
,37,32,"Text and Media",0,0,0 | ||
,38,32,"Text and Images",0,0,0 | ||
,39,32,"Audio",0,0,0 | ||
,40,6,"Text",0,0,0 | ||
,41,40,"Quote",0,0,0 | ||
,42,40,"Table",0,0,0 | ||
,43,40,"Panel",0,0,0 | ||
,44,40,"List Group",0,0,0 | ||
,45,40,"Text in Columns",0,0,0 | ||
,46,40,"Text and Icon",0,0,0 | ||
,47,40,"Text with Teaser",0,0,0 | ||
,48,40,"Bullet List",0,0,0 | ||
,49,40,"Headers",0,0,0 | ||
,50,40,"Rich Text",0,0,0 | ||
,51,6,"Overview",0,0,0 | ||
,52,1,"Customizings",0,0,0 | ||
,53,1,"Features",0,0,0 | ||
,54,1,"Home",0,0,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
"tt_content" | ||
,"uid","pid","deleted","hidden","CType","list_type","header" | ||
,1,53,0,0,"text","","Upgrading TYPO3? No problem." | ||
,2,53,0,0,"textpic","","Ease of Use" | ||
,3,53,0,0,"textpic","","Publishing Content" | ||
,4,53,0,0,"textpic","","Runs everywhere" | ||
,5,53,0,0,"textpic","","Multi-Language and Multiple Domains" | ||
,6,53,0,0,"textpic","","Your data - our strength" | ||
,7,53,0,0,"textpic","","Granular Frontend and Backend Access Rights" | ||
,8,53,0,0,"textpic","","No Design Constraints For Your Web Project" | ||
,9,53,0,0,"textpic","","Frontend Editing" | ||
,10,53,0,0,"text","","And More..." | ||
,11,53,0,0,"text","","Enterprise Features" | ||
,133,25,0,0,"list","indexedsearch_pi2","Search" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.