├── console
├── controllers
│ └── .gitkeep
├── models
│ └── .gitkeep
├── config
│ ├── bootstrap.php
│ ├── .gitignore
│ └── params.php
└── runtime
│ └── .gitignore
├── backend
├── models
│ └── .gitkeep
├── config
│ ├── bootstrap.php
│ ├── .gitignore
│ └── params.php
├── runtime
│ └── .gitignore
└── web
│ ├── assets
│ └── .gitignore
│ ├── .gitignore
│ ├── robots.txt
│ └── favicon.ico
├── vendor
├── bin
│ ├── yii
│ ├── markdown
│ ├── phpunit
│ └── codecept
├── psr
│ └── log
│ │ ├── .gitignore
│ │ └── Psr
│ │ └── Log
│ │ └── InvalidArgumentException.php
├── ezyang
│ └── htmlpurifier
│ │ ├── VERSION
│ │ ├── maintenance
│ │ ├── .htaccess
│ │ ├── regenerate-docs.sh
│ │ └── merge-library.php
│ │ ├── plugins
│ │ └── phorum
│ │ │ └── .gitignore
│ │ └── library
│ │ ├── HTMLPurifier
│ │ ├── ConfigSchema
│ │ │ ├── schema
│ │ │ │ ├── info.ini
│ │ │ │ ├── Attr.IDBlacklist.txt
│ │ │ │ ├── HTML.Nofollow.txt
│ │ │ │ ├── HTML.TidyAdd.txt
│ │ │ │ ├── HTML.TidyRemove.txt
│ │ │ │ └── CSS.Proprietary.txt
│ │ │ └── Exception.php
│ │ ├── DefinitionCache
│ │ │ └── Serializer
│ │ │ │ └── README
│ │ ├── Printer
│ │ │ └── ConfigForm.js
│ │ ├── Token
│ │ │ └── Start.php
│ │ ├── Language
│ │ │ ├── classes
│ │ │ │ └── en-x-test.php
│ │ │ └── messages
│ │ │ │ └── en-x-test.php
│ │ ├── VarParserException.php
│ │ └── Exception.php
│ │ └── HTMLPurifier.composer.php
├── symfony
│ ├── finder
│ │ ├── Tests
│ │ │ └── Fixtures
│ │ │ │ ├── one
│ │ │ │ ├── a
│ │ │ │ └── b
│ │ │ │ │ ├── c.neon
│ │ │ │ │ └── d.neon
│ │ │ │ ├── A
│ │ │ │ ├── B
│ │ │ │ │ ├── ab.dat
│ │ │ │ │ └── C
│ │ │ │ │ │ └── abc.dat
│ │ │ │ └── a.dat
│ │ │ │ ├── copy
│ │ │ │ └── A
│ │ │ │ │ ├── B
│ │ │ │ │ ├── ab.dat.copy
│ │ │ │ │ └── C
│ │ │ │ │ │ └── abc.dat.copy
│ │ │ │ │ └── a.dat.copy
│ │ │ │ ├── with space
│ │ │ │ └── foo.txt
│ │ │ │ ├── r+e.gex[c]a(r)s
│ │ │ │ └── dir
│ │ │ │ │ └── bar.dat
│ │ │ │ ├── dolor.txt
│ │ │ │ ├── ipsum.txt
│ │ │ │ └── lorem.txt
│ │ └── .gitignore
│ ├── console
│ │ ├── Tests
│ │ │ └── Fixtures
│ │ │ │ ├── input_definition_1.md
│ │ │ │ ├── input_definition_1.txt
│ │ │ │ ├── application_gethelp.txt
│ │ │ │ ├── application_run4.txt
│ │ │ │ ├── input_argument_1.txt
│ │ │ │ ├── input_option_1.txt
│ │ │ │ ├── input_argument_2.txt
│ │ │ │ ├── input_definition_1.json
│ │ │ │ ├── input_definition_2.txt
│ │ │ │ ├── input_option_3.txt
│ │ │ │ ├── input_definition_3.txt
│ │ │ │ ├── input_option_6.txt
│ │ │ │ ├── Style
│ │ │ │ └── SymfonyStyle
│ │ │ │ │ └── output
│ │ │ │ │ ├── output_3.txt
│ │ │ │ │ ├── output_7.txt
│ │ │ │ │ ├── interactive_output_1.txt
│ │ │ │ │ ├── output_0.txt
│ │ │ │ │ ├── output_1.txt
│ │ │ │ │ └── output_6.txt
│ │ │ │ ├── input_argument_4.txt
│ │ │ │ ├── input_argument_3.txt
│ │ │ │ ├── input_option_2.txt
│ │ │ │ ├── input_option_4.txt
│ │ │ │ ├── input_definition_1.xml
│ │ │ │ ├── command_1.txt
│ │ │ │ ├── input_option_5.txt
│ │ │ │ ├── application_renderexception_doublewidth1.txt
│ │ │ │ ├── input_argument_1.md
│ │ │ │ ├── input_definition_4.txt
│ │ │ │ ├── input_argument_1.json
│ │ │ │ ├── input_argument_2.md
│ │ │ │ ├── input_argument_3.md
│ │ │ │ ├── input_argument_2.json
│ │ │ │ ├── input_argument_4.md
│ │ │ │ ├── input_argument_1.xml
│ │ │ │ ├── input_definition_2.md
│ │ │ │ ├── Foo5Command.php
│ │ │ │ ├── input_argument_3.json
│ │ │ │ ├── input_argument_4.json
│ │ │ │ ├── input_option_1.xml
│ │ │ │ ├── input_argument_2.xml
│ │ │ │ ├── command_1.md
│ │ │ │ ├── input_option_1.md
│ │ │ │ ├── input_argument_4.xml
│ │ │ │ ├── application_renderexception_doublewidth2.txt
│ │ │ │ ├── input_option_3.md
│ │ │ │ ├── application_renderexception_doublewidth1decorated.txt
│ │ │ │ ├── input_option_4.md
│ │ │ │ ├── BarBucCommand.php
│ │ │ │ ├── input_option_1.json
│ │ │ │ ├── input_option_2.md
│ │ │ │ ├── input_option_3.xml
│ │ │ │ ├── input_option_4.xml
│ │ │ │ ├── Foo4Command.php
│ │ │ │ ├── input_definition_3.md
│ │ │ │ ├── input_option_5.md
│ │ │ │ ├── input_option_6.md
│ │ │ │ ├── input_option_3.json
│ │ │ │ ├── input_option_4.json
│ │ │ │ └── input_option_5.xml
│ │ ├── .gitignore
│ │ └── Resources
│ │ │ └── bin
│ │ │ └── hiddeninput.exe
│ ├── dom-crawler
│ │ ├── Tests
│ │ │ └── Fixtures
│ │ │ │ ├── no-extension
│ │ │ │ └── windows-1250.html
│ │ └── .gitignore
│ ├── debug
│ │ ├── .gitignore
│ │ └── Tests
│ │ │ ├── Fixtures
│ │ │ ├── PEARClass.php
│ │ │ ├── notPsr0Bis.php
│ │ │ ├── reallyNotPsr0.php
│ │ │ ├── casemismatch.php
│ │ │ ├── psr4
│ │ │ │ └── Psr4CaseMismatch.php
│ │ │ ├── ClassAlias.php
│ │ │ ├── NonDeprecatedInterface.php
│ │ │ ├── DeprecatedClass.php
│ │ │ └── DeprecatedInterface.php
│ │ │ └── Fixtures2
│ │ │ └── RequiredTwice.php
│ ├── yaml
│ │ ├── .gitignore
│ │ └── Tests
│ │ │ └── Fixtures
│ │ │ ├── embededPhp.yml
│ │ │ └── arrow.gif
│ ├── browser-kit
│ │ └── .gitignore
│ ├── css-selector
│ │ └── .gitignore
│ └── event-dispatcher
│ │ └── .gitignore
├── sebastian
│ ├── version
│ │ ├── .gitignore
│ │ └── .gitattributes
│ ├── resource-operations
│ │ └── .gitignore
│ ├── environment
│ │ └── .gitignore
│ ├── comparator
│ │ ├── .gitignore
│ │ └── tests
│ │ │ └── bootstrap.php
│ ├── global-state
│ │ └── .gitignore
│ ├── object-enumerator
│ │ └── .gitignore
│ ├── code-unit-reverse-lookup
│ │ └── .gitignore
│ ├── exporter
│ │ └── .gitignore
│ ├── recursion-context
│ │ └── .gitignore
│ └── diff
│ │ ├── .gitignore
│ │ └── tests
│ │ └── fixtures
│ │ └── patch.txt
├── yiisoft
│ ├── yii2
│ │ ├── .htaccess
│ │ ├── .gitignore
│ │ └── captcha
│ │ │ └── SpicyRice.ttf
│ ├── yii2-composer
│ │ └── .gitignore
│ ├── yii2-gii
│ │ └── assets
│ │ │ └── logo.png
│ └── yii2-debug
│ │ └── assets
│ │ └── arrow.svg
├── phpunit
│ ├── php-timer
│ │ ├── .gitattributes
│ │ └── .gitignore
│ ├── phpunit
│ │ ├── tests
│ │ │ ├── _files
│ │ │ │ ├── bar.xml
│ │ │ │ ├── foo.xml
│ │ │ │ ├── expectedFileFormat.txt
│ │ │ │ ├── JsonData
│ │ │ │ │ ├── simpleObject.json
│ │ │ │ │ └── arrayObject.json
│ │ │ │ ├── NoTestCaseClass.php
│ │ │ │ ├── configuration.colors.empty.xml
│ │ │ │ ├── configuration.colors.true.xml
│ │ │ │ ├── CoveredFunction.php
│ │ │ │ ├── configuration.colors.false.xml
│ │ │ │ ├── configuration.colors.invalid.xml
│ │ │ │ ├── DummyException.php
│ │ │ │ ├── CustomPrinter.php
│ │ │ │ ├── NotVoidTestCase.php
│ │ │ │ ├── EmptyTestCaseTest.php
│ │ │ │ ├── configuration_stop_on_warning.xml
│ │ │ │ ├── NamespaceCoveredFunction.php
│ │ │ │ ├── NonStatic.php
│ │ │ │ ├── ConcreteTest.php
│ │ │ │ ├── InheritedTestCase.php
│ │ │ │ ├── Success.php
│ │ │ │ ├── configuration.custom-printer.xml
│ │ │ │ ├── NoTestCases.php
│ │ │ │ ├── NothingTest.php
│ │ │ │ ├── AssertionExample.php
│ │ │ │ ├── Inheritance
│ │ │ │ │ ├── InheritanceA.php
│ │ │ │ │ └── InheritanceB.php
│ │ │ │ ├── OverrideTestCase.php
│ │ │ │ ├── AbstractTest.php
│ │ │ │ ├── ConcreteTest.my.php
│ │ │ │ ├── MockRunner.php
│ │ │ │ ├── StopsOnWarningTest.php
│ │ │ │ ├── NoArgTestCaseTest.php
│ │ │ │ ├── Failure.php
│ │ │ │ ├── ThrowNoExceptionTestCase.php
│ │ │ │ ├── ClassWithScalarTypeDeclarations.php
│ │ │ │ ├── Struct.php
│ │ │ │ ├── TestTestError.php
│ │ │ │ ├── configuration.suites.xml
│ │ │ │ ├── TestSkipped.php
│ │ │ │ ├── TestIncomplete.php
│ │ │ │ ├── IncompleteTest.php
│ │ │ │ ├── phpt-for-coverage.phpt
│ │ │ │ ├── IniTest.php
│ │ │ │ ├── WasRun.php
│ │ │ │ ├── OneTestCase.php
│ │ │ │ ├── ThrowExceptionTestCase.php
│ │ │ │ ├── CoverageNoneTest.php
│ │ │ │ ├── NotPublicTestCase.php
│ │ │ │ ├── AssertionExampleTest.php
│ │ │ │ ├── phpunit-example-extension
│ │ │ │ │ └── tools
│ │ │ │ │ │ └── phpunit.d
│ │ │ │ │ │ └── phpunit-example-extension-1.0.0.phar
│ │ │ │ └── phpt-xfail.phpt
│ │ │ ├── TextUI
│ │ │ │ ├── _files
│ │ │ │ │ ├── expect_external.txt
│ │ │ │ │ ├── phpt-env.expected.txt
│ │ │ │ │ └── phpt_external.php
│ │ │ │ ├── phpt-external.phpt
│ │ │ │ ├── phpt-args.phpt
│ │ │ │ └── phpt-stdin.phpt
│ │ │ ├── Regression
│ │ │ │ ├── GitHub
│ │ │ │ │ ├── 74
│ │ │ │ │ │ └── NewException.php
│ │ │ │ │ ├── 322
│ │ │ │ │ │ └── phpunit322.xml
│ │ │ │ │ ├── 797
│ │ │ │ │ │ └── bootstrap797.php
│ │ │ │ │ ├── 873
│ │ │ │ │ │ └── Issue873Test.php
│ │ │ │ │ ├── 1216
│ │ │ │ │ │ ├── bootstrap1216.php
│ │ │ │ │ │ ├── phpunit1216.xml
│ │ │ │ │ │ └── Issue1216Test.php
│ │ │ │ │ ├── 1265
│ │ │ │ │ │ ├── phpunit1265.xml
│ │ │ │ │ │ └── Issue1265Test.php
│ │ │ │ │ ├── 1330
│ │ │ │ │ │ ├── phpunit1330.xml
│ │ │ │ │ │ └── Issue1330Test.php
│ │ │ │ │ ├── 1351
│ │ │ │ │ │ └── ChildProcessClass1351.php
│ │ │ │ │ ├── 1437
│ │ │ │ │ │ └── Issue1437Test.php
│ │ │ │ │ ├── 1570
│ │ │ │ │ │ └── Issue1570Test.php
│ │ │ │ │ └── 2158
│ │ │ │ │ │ └── constant.inc
│ │ │ │ └── Trac
│ │ │ │ │ ├── 684
│ │ │ │ │ └── Issue684Test.php
│ │ │ │ │ └── 783
│ │ │ │ │ ├── OneTest.php
│ │ │ │ │ └── TwoTest.php
│ │ │ ├── Fail
│ │ │ │ └── fail.phpt
│ │ │ └── bootstrap.php
│ │ ├── .gitattributes
│ │ └── src
│ │ │ └── Util
│ │ │ └── PHP
│ │ │ └── eval-stdin.php
│ ├── php-code-coverage
│ │ ├── .gitattributes
│ │ ├── tests
│ │ │ ├── _files
│ │ │ │ ├── CoveredFunction.php
│ │ │ │ ├── source_without_ignore.php
│ │ │ │ ├── ignored-lines-text.txt
│ │ │ │ └── CoverageNoneTest.php
│ │ │ └── bootstrap.php
│ │ ├── .gitignore
│ │ ├── CONTRIBUTING.md
│ │ └── src
│ │ │ └── Report
│ │ │ └── Html
│ │ │ └── Renderer
│ │ │ └── Template
│ │ │ └── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ ├── php-file-iterator
│ │ ├── .gitattributes
│ │ └── .gitignore
│ ├── php-text-template
│ │ ├── .gitattributes
│ │ └── .gitignore
│ ├── php-token-stream
│ │ ├── .gitattributes
│ │ ├── tests
│ │ │ ├── _fixture
│ │ │ │ ├── issue19.php
│ │ │ │ ├── classInNamespace.php
│ │ │ │ ├── classUsesNamespacedFunction.php
│ │ │ │ ├── issue30.php
│ │ │ │ ├── classInScopedNamespace.php
│ │ │ │ ├── source2.php
│ │ │ │ ├── classExtendsNamespacedClass.php
│ │ │ │ ├── multipleNamespacesWithOneClassUsingBraces.php
│ │ │ │ └── multipleNamespacesWithOneClassUsingNonBraceSyntax.php
│ │ │ └── bootstrap.php
│ │ └── .gitignore
│ └── phpunit-mock-objects
│ │ ├── .gitattributes
│ │ ├── tests
│ │ ├── _fixture
│ │ │ ├── AnInterface.php
│ │ │ ├── AnotherInterface.php
│ │ │ ├── TraversableMockTestInterface.php
│ │ │ ├── Bar.php
│ │ │ ├── AnInterfaceWithReturnType.php
│ │ │ ├── ClassWithSelfTypeHint.php
│ │ │ ├── InterfaceWithStaticMethod.php
│ │ │ ├── ClassWithStaticMethod.php
│ │ │ ├── InterfaceWithSemiReservedMethodName.php
│ │ │ ├── StringableClass.php
│ │ │ ├── Foo.php
│ │ │ ├── MockTestInterface.php
│ │ │ ├── FunctionCallback.php
│ │ │ └── SomeClass.php
│ │ └── bootstrap.php
│ │ ├── src
│ │ └── Framework
│ │ │ └── MockObject
│ │ │ └── Generator
│ │ │ ├── deprecation.tpl.dist
│ │ │ ├── trait_class.tpl.dist
│ │ │ ├── wsdl_method.tpl.dist
│ │ │ ├── mocked_clone.tpl.dist
│ │ │ ├── unmocked_clone.tpl.dist
│ │ │ └── wsdl_class.tpl.dist
│ │ ├── .gitignore
│ │ └── CONTRIBUTING.md
├── swiftmailer
│ └── swiftmailer
│ │ ├── VERSION
│ │ ├── tests
│ │ ├── _samples
│ │ │ ├── files
│ │ │ │ ├── data.txt
│ │ │ │ ├── textfile.zip
│ │ │ │ └── swiftmailer.png
│ │ │ └── smime
│ │ │ │ └── CA.srl
│ │ └── StreamCollector.php
│ │ ├── .gitignore
│ │ ├── doc
│ │ └── uml
│ │ │ ├── Mime.graffle
│ │ │ ├── Encoders.graffle
│ │ │ └── Transports.graffle
│ │ └── .gitattributes
├── behat
│ └── gherkin
│ │ ├── libpath.php
│ │ ├── tests
│ │ └── Behat
│ │ │ └── Gherkin
│ │ │ ├── Filter
│ │ │ └── Fixtures
│ │ │ │ ├── full
│ │ │ │ └── file2
│ │ │ │ └── full_path
│ │ │ │ └── file1
│ │ │ └── Fixtures
│ │ │ ├── directories
│ │ │ └── phps
│ │ │ │ └── some_file.php
│ │ │ ├── features
│ │ │ ├── empty.feature
│ │ │ ├── background.feature
│ │ │ ├── pystring.feature
│ │ │ ├── clean_tags.feature
│ │ │ ├── ja_addition.feature
│ │ │ └── ru_commented.feature
│ │ │ └── etalons
│ │ │ └── empty.yml
│ │ └── .gitignore
├── bower
│ ├── jquery
│ │ ├── src
│ │ │ ├── outro.js
│ │ │ ├── var
│ │ │ │ ├── arr.js
│ │ │ │ ├── rnotwhite.js
│ │ │ │ ├── document.js
│ │ │ │ ├── push.js
│ │ │ │ ├── concat.js
│ │ │ │ ├── slice.js
│ │ │ │ ├── class2type.js
│ │ │ │ ├── indexOf.js
│ │ │ │ ├── pnum.js
│ │ │ │ ├── toString.js
│ │ │ │ ├── hasOwn.js
│ │ │ │ ├── documentElement.js
│ │ │ │ ├── support.js
│ │ │ │ └── rcssNum.js
│ │ │ ├── selector.js
│ │ │ ├── ajax
│ │ │ │ └── var
│ │ │ │ │ ├── rquery.js
│ │ │ │ │ ├── location.js
│ │ │ │ │ └── nonce.js
│ │ │ ├── css
│ │ │ │ └── var
│ │ │ │ │ ├── rmargin.js
│ │ │ │ │ ├── cssExpand.js
│ │ │ │ │ └── rnumnonpx.js
│ │ │ ├── manipulation
│ │ │ │ └── var
│ │ │ │ │ ├── rtagName.js
│ │ │ │ │ ├── rcheckableType.js
│ │ │ │ │ └── rscriptType.js
│ │ │ ├── data
│ │ │ │ └── var
│ │ │ │ │ ├── dataPriv.js
│ │ │ │ │ └── dataUser.js
│ │ │ ├── core
│ │ │ │ └── var
│ │ │ │ │ └── rsingleTag.js
│ │ │ ├── traversing
│ │ │ │ └── var
│ │ │ │ │ └── rneedsContext.js
│ │ │ ├── event
│ │ │ │ └── support.js
│ │ │ └── attributes.js
│ │ └── bower.json
│ ├── bootstrap
│ │ ├── Gemfile
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── dist
│ │ │ └── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ └── less
│ │ │ └── mixins
│ │ │ ├── center-block.less
│ │ │ ├── size.less
│ │ │ ├── opacity.less
│ │ │ ├── text-emphasis.less
│ │ │ ├── text-overflow.less
│ │ │ ├── background-variant.less
│ │ │ ├── labels.less
│ │ │ ├── resize.less
│ │ │ └── progress-bar.less
│ ├── jquery.inputmask
│ │ └── .gitignore
│ ├── typeahead.js
│ │ ├── .gitignore
│ │ └── src
│ │ │ └── bloodhound
│ │ │ └── version.js
│ └── punycode
│ │ └── bower.json
├── fzaninotto
│ └── faker
│ │ ├── .gitignore
│ │ ├── src
│ │ └── Faker
│ │ │ └── Provider
│ │ │ ├── de_AT
│ │ │ └── Text.php
│ │ │ ├── fr_CH
│ │ │ └── Text.php
│ │ │ └── it_CH
│ │ │ └── Text.php
│ │ └── Makefile
├── codeception
│ └── codeception
│ │ ├── tests
│ │ ├── data
│ │ │ ├── group_1
│ │ │ ├── group_2
│ │ │ ├── group_3
│ │ │ ├── claypit
│ │ │ │ ├── src
│ │ │ │ │ └── FooBar
│ │ │ │ │ │ └── dummy.txt
│ │ │ │ ├── tests
│ │ │ │ │ ├── _support
│ │ │ │ │ │ ├── _generated
│ │ │ │ │ │ │ └── .gitignore
│ │ │ │ │ │ ├── OtherHelper.php
│ │ │ │ │ │ ├── Math
│ │ │ │ │ │ │ ├── Adder.php
│ │ │ │ │ │ │ └── Subtractor.php
│ │ │ │ │ │ ├── CodeHelper.php
│ │ │ │ │ │ ├── DumbHelper.php
│ │ │ │ │ │ ├── SkipHelper.php
│ │ │ │ │ │ └── Step
│ │ │ │ │ │ │ └── Order
│ │ │ │ │ │ │ └── CanCantSteps.php
│ │ │ │ │ ├── _data
│ │ │ │ │ │ ├── dump.sql
│ │ │ │ │ │ └── groupFileTest1
│ │ │ │ │ ├── unit.suite.yml
│ │ │ │ │ ├── order
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ ├── FailedCept.php
│ │ │ │ │ │ ├── Dependent2Cest.php
│ │ │ │ │ │ ├── AnotherCept.php
│ │ │ │ │ │ └── LoadingOrderCept.php
│ │ │ │ │ ├── skipped.suite.yml
│ │ │ │ │ ├── order.suite.yml
│ │ │ │ │ ├── extended
│ │ │ │ │ │ ├── HelloCept.php
│ │ │ │ │ │ └── _bootstrap.php
│ │ │ │ │ ├── math
│ │ │ │ │ │ └── _bootstrap.php
│ │ │ │ │ ├── powers
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ └── PowerIsRisingCept.php
│ │ │ │ │ ├── remote
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ └── DemoCept.php
│ │ │ │ │ ├── unit
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ ├── FailingTest.php
│ │ │ │ │ │ └── PassingTest.php
│ │ │ │ │ ├── messages
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ └── EmailCept.php
│ │ │ │ │ ├── skipped
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ ├── SkipMeCept.php
│ │ │ │ │ │ ├── IncompleteMeCept.php
│ │ │ │ │ │ └── NoEnvironmentCept.php
│ │ │ │ │ ├── remote_server
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ └── DemoCept.php
│ │ │ │ │ ├── scenario
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ ├── FailedCept.php
│ │ │ │ │ │ ├── SubStepsCept.php
│ │ │ │ │ │ ├── SuccessCept.php
│ │ │ │ │ │ ├── ConditionalCept.php
│ │ │ │ │ │ └── subfolder
│ │ │ │ │ │ │ └── SubFile.feature
│ │ │ │ │ ├── dummy.suite.yml
│ │ │ │ │ ├── _envs
│ │ │ │ │ │ ├── env2.yml
│ │ │ │ │ │ ├── subenv
│ │ │ │ │ │ │ └── env3.yml
│ │ │ │ │ │ └── env2.dist.yml
│ │ │ │ │ ├── dummy
│ │ │ │ │ │ └── FileExistsCept.php
│ │ │ │ │ ├── scenario.suite.yml
│ │ │ │ │ └── math.suite.yml
│ │ │ │ └── composer.json
│ │ │ ├── included_w
│ │ │ │ ├── src
│ │ │ │ │ ├── bar
│ │ │ │ │ │ ├── Spam
│ │ │ │ │ │ │ ├── .gitkeep
│ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ ├── _output
│ │ │ │ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ │ │ └── _bootstrap.php
│ │ │ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ │ │ └── codeception.yml
│ │ │ │ │ │ ├── SpamPack
│ │ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ ├── Sub
│ │ │ │ │ │ │ └── EwokPack
│ │ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ ├── _log
│ │ │ │ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ │ │ └── BasicTest.php
│ │ │ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ │ │ │ └── src
│ │ │ │ │ │ │ │ └── Ewok.php
│ │ │ │ │ │ └── ToastPack
│ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ │ ├── _log
│ │ │ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ │ └── _bootstrap.php
│ │ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ │ │ └── src
│ │ │ │ │ │ │ └── Toast.php
│ │ │ │ │ └── foo
│ │ │ │ │ │ └── AcmePack
│ │ │ │ │ │ ├── tests
│ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ └── BasicTest.php
│ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ │ └── src
│ │ │ │ │ │ └── Acme.php
│ │ │ │ └── codeception.yml
│ │ │ ├── .gitignore
│ │ │ ├── Invalid.php
│ │ │ ├── params
│ │ │ │ ├── params.env
│ │ │ │ ├── tests
│ │ │ │ │ ├── _support
│ │ │ │ │ │ └── _generated
│ │ │ │ │ │ │ └── .gitignore
│ │ │ │ │ ├── dummy
│ │ │ │ │ │ └── DummyCept.php
│ │ │ │ │ └── dummy.suite.yml
│ │ │ │ ├── params.yml
│ │ │ │ ├── params.env.example
│ │ │ │ ├── codeception.yml
│ │ │ │ ├── codeception_dotenv2.yml
│ │ │ │ ├── codeception_yaml.yml
│ │ │ │ └── codeception_dotenv.yml
│ │ │ ├── unsetFile.php
│ │ │ ├── register_command
│ │ │ │ └── standard
│ │ │ │ │ └── tests
│ │ │ │ │ ├── _data
│ │ │ │ │ └── .gitkeep
│ │ │ │ │ ├── _log
│ │ │ │ │ └── .gitkeep
│ │ │ │ │ └── _support
│ │ │ │ │ └── .gitkeep
│ │ │ ├── included
│ │ │ │ ├── jazz
│ │ │ │ │ ├── tests
│ │ │ │ │ │ ├── _helpers
│ │ │ │ │ │ │ └── _generated
│ │ │ │ │ │ │ │ └── .gitignore
│ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ └── dump.sql
│ │ │ │ │ │ └── functional
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ └── DemoCept.php
│ │ │ │ │ ├── pianist
│ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ │ └── dump.sql
│ │ │ │ │ │ │ └── functional
│ │ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ │ └── PianistCept.php
│ │ │ │ │ │ └── src
│ │ │ │ │ │ │ └── BillEvans.php
│ │ │ │ │ └── src
│ │ │ │ │ │ └── Musician.php
│ │ │ │ ├── shire
│ │ │ │ │ ├── tests
│ │ │ │ │ │ ├── _helpers
│ │ │ │ │ │ │ └── _generated
│ │ │ │ │ │ │ │ └── .gitignore
│ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ └── dump.sql
│ │ │ │ │ │ └── functional
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ └── HobbitCept.php
│ │ │ │ │ └── src
│ │ │ │ │ │ └── Hobbit.php
│ │ │ │ └── codeception.yml
│ │ │ ├── test_groups
│ │ │ ├── dump.sql
│ │ │ ├── whitespace_group_test
│ │ │ ├── SimpleCept.php
│ │ │ ├── app
│ │ │ │ ├── view
│ │ │ │ │ ├── external_url.php
│ │ │ │ │ ├── form
│ │ │ │ │ │ ├── bug1598.php
│ │ │ │ │ │ ├── button-not-in-form.php
│ │ │ │ │ │ ├── bug2921.php
│ │ │ │ │ │ ├── example7.php
│ │ │ │ │ │ ├── example3.php
│ │ │ │ │ │ ├── button.php
│ │ │ │ │ │ ├── div_content_editable.php
│ │ │ │ │ │ ├── image.php
│ │ │ │ │ │ ├── multiple_matches.php
│ │ │ │ │ │ └── hidden.php
│ │ │ │ │ ├── content_type.php
│ │ │ │ │ ├── cookies.php
│ │ │ │ │ ├── redirect_meta_refresh.php
│ │ │ │ │ ├── redirect2.php
│ │ │ │ │ ├── content_type2.php
│ │ │ │ │ ├── redirect_interval.php
│ │ │ │ │ └── redirect_params.php
│ │ │ │ └── .htaccess
│ │ │ ├── SimpleTest.php
│ │ │ ├── FailDependenciesNonExistent.php
│ │ │ ├── SimpleAdminGroupCest.php
│ │ │ └── xml
│ │ │ │ └── layout.xml
│ │ ├── log
│ │ │ └── .gitignore
│ │ ├── coverage
│ │ │ └── _bootstrap.php
│ │ ├── coverage.suite.yml
│ │ ├── facebook.suite.yml
│ │ ├── support
│ │ │ ├── Helper
│ │ │ │ ├── Hobbit.php
│ │ │ │ └── Angular.php
│ │ │ ├── CoverHelper.php
│ │ │ ├── WebHelper.php
│ │ │ ├── CodeHelper.php
│ │ │ └── TestHelper.php
│ │ ├── cli
│ │ │ ├── _bootstrap.php
│ │ │ └── GenerateCestCept.php
│ │ ├── cli.suite.yml
│ │ ├── web
│ │ │ └── _bootstrap.php
│ │ ├── unit.suite.yml
│ │ └── angular.suite.yml
│ │ ├── nitpick.json
│ │ ├── src
│ │ └── Codeception
│ │ │ ├── Lib
│ │ │ ├── Interfaces
│ │ │ │ ├── ORM.php
│ │ │ │ ├── API.php
│ │ │ │ └── DoctrineProvider.php
│ │ │ └── README.md
│ │ │ ├── PHPUnit
│ │ │ ├── ResultPrinter
│ │ │ │ └── template
│ │ │ │ │ ├── scenario_header.html.dist
│ │ │ │ │ ├── suite.html.dist
│ │ │ │ │ ├── fail.html.dist
│ │ │ │ │ └── step.html.dist
│ │ │ └── README.md
│ │ │ ├── Exception
│ │ │ ├── ParseException.php
│ │ │ ├── InjectionException.php
│ │ │ ├── Skip.php
│ │ │ ├── Fail.php
│ │ │ ├── ConfigurationException.php
│ │ │ ├── ConnectionException.php
│ │ │ ├── ExternalUrlException.php
│ │ │ ├── TestRuntimeException.php
│ │ │ ├── Incomplete.php
│ │ │ ├── ContentNotFound.php
│ │ │ └── ConditionalAssertionFailed.php
│ │ │ ├── Step
│ │ │ ├── Action.php
│ │ │ ├── Assertion.php
│ │ │ ├── Condition.php
│ │ │ └── README.md
│ │ │ ├── Test
│ │ │ └── Interfaces
│ │ │ │ ├── Dependent.php
│ │ │ │ ├── Plain.php
│ │ │ │ └── StrictCoverage.php
│ │ │ └── Subscriber
│ │ │ └── Shared
│ │ │ └── StaticEvents.php
│ │ └── package
│ │ └── stub.php
├── webmozart
│ └── assert
│ │ ├── .gitignore
│ │ └── .styleci.yml
├── workerman
│ ├── _Users_mfhj-dz-001-331_www_yii2-layim_yii.pid
│ ├── gateway-worker
│ │ └── .gitignore
│ └── workerman
│ │ └── .gitignore
├── phpdocumentor
│ ├── reflection-common
│ │ ├── README.md
│ │ └── .gitignore
│ ├── reflection-docblock
│ │ └── .gitignore
│ └── type-resolver
│ │ └── .gitignore
├── cebe
│ └── markdown
│ │ ├── .gitignore
│ │ ├── tests
│ │ ├── markdown-data
│ │ │ ├── md1_nested_blockquotes.md
│ │ │ ├── paragraph.md
│ │ │ ├── newline.md
│ │ │ ├── paragraph.html
│ │ │ ├── test_precedence.md
│ │ │ ├── newline.html
│ │ │ ├── test_precedence.html
│ │ │ ├── README
│ │ │ ├── md1_tidyness.md
│ │ │ ├── blockquote.md
│ │ │ ├── empty-line.md
│ │ │ ├── utf8-do-not-kill-characters.md
│ │ │ ├── md1_nested_blockquotes.html
│ │ │ ├── utf8-do-not-kill-characters.html
│ │ │ ├── empty-line.html
│ │ │ ├── md1_literal_quotes_in_titles.md
│ │ │ ├── md1_strong_and_em_together.md
│ │ │ ├── md1_tidyness.html
│ │ │ ├── blockquote.html
│ │ │ ├── hr.html
│ │ │ ├── md1_literal_quotes_in_titles.html
│ │ │ ├── md1_blockquotes_with_code_blocks.md
│ │ │ ├── md1_inline_html_avanced.html
│ │ │ ├── md1_inline_html_avanced.md
│ │ │ ├── hr.md
│ │ │ ├── md1_inline_html_comments.html
│ │ │ ├── list_and_reference.md
│ │ │ ├── md1_links_inline_style.md
│ │ │ ├── list-marker-in-paragraph.md
│ │ │ ├── md1_inline_html_comments.md
│ │ │ ├── md1_strong_and_em_together.html
│ │ │ └── list-marker-in-paragraph.html
│ │ ├── github-data
│ │ │ ├── del.md
│ │ │ ├── issue-33.md
│ │ │ ├── issue-33.html
│ │ │ ├── del.html
│ │ │ ├── lists.md
│ │ │ ├── test_precedence.html
│ │ │ ├── test_precedence.md
│ │ │ └── github-code-in-numbered-list.md
│ │ ├── bootstrap.php
│ │ └── extra-data
│ │ │ ├── test_precedence.html
│ │ │ └── test_precedence.md
│ │ └── .scrutinizer.yml
├── phpspec
│ └── prophecy
│ │ ├── .gitignore
│ │ └── fixtures
│ │ ├── EmptyClass.php
│ │ ├── FinalClass.php
│ │ ├── EmptyInterface.php
│ │ ├── Named.php
│ │ ├── WithStaticMethod.php
│ │ ├── WithFinalMethod.php
│ │ ├── WithProtectedAbstractMethod.php
│ │ ├── WithVariadicArgument.php
│ │ ├── ModifierInterface.php
│ │ ├── WithReferences.php
│ │ ├── WithTypehintedVariadicArgument.php
│ │ └── WithCallableArgument.php
├── doctrine
│ └── instantiator
│ │ └── .gitignore
├── myclabs
│ └── deep-copy
│ │ ├── .gitignore
│ │ ├── doc
│ │ ├── clone.png
│ │ ├── graph.png
│ │ ├── deep-copy.png
│ │ └── deep-clone.png
│ │ ├── src
│ │ └── DeepCopy
│ │ │ └── Exception
│ │ │ └── CloneException.php
│ │ └── .gitattributes
├── guzzlehttp
│ ├── guzzle
│ │ └── src
│ │ │ ├── Exception
│ │ │ ├── GuzzleException.php
│ │ │ ├── TooManyRedirectsException.php
│ │ │ ├── TransferException.php
│ │ │ ├── ClientException.php
│ │ │ ├── ServerException.php
│ │ │ └── BadResponseException.php
│ │ │ └── functions_include.php
│ ├── promises
│ │ ├── tests
│ │ │ └── bootstrap.php
│ │ ├── .gitignore
│ │ ├── src
│ │ │ ├── functions_include.php
│ │ │ └── CancellationException.php
│ │ └── Makefile
│ └── psr7
│ │ ├── .gitignore
│ │ ├── src
│ │ └── functions_include.php
│ │ └── tests
│ │ └── bootstrap.php
├── facebook
│ └── webdriver
│ │ └── lib
│ │ └── Exception
│ │ ├── NoStringException.php
│ │ ├── NoCollectionException.php
│ │ └── IndexOutOfBoundsException.php
└── autoload.php
├── frontend
├── config
│ ├── bootstrap.php
│ ├── .gitignore
│ └── params.php
├── runtime
│ └── .gitignore
└── web
│ ├── assets
│ └── .gitignore
│ ├── robots.txt
│ ├── .gitignore
│ └── favicon.ico
├── tests
├── codeception
│ ├── backend
│ │ ├── unit
│ │ │ ├── fixtures
│ │ │ │ └── data
│ │ │ │ │ └── .gitkeep
│ │ │ ├── _bootstrap.php
│ │ │ ├── TestCase.php
│ │ │ └── DbTestCase.php
│ │ ├── _output
│ │ │ └── .gitignore
│ │ ├── acceptance
│ │ │ └── _bootstrap.php
│ │ ├── functional
│ │ │ └── _bootstrap.php
│ │ ├── .gitignore
│ │ └── unit.suite.yml
│ ├── console
│ │ ├── unit
│ │ │ ├── fixtures
│ │ │ │ └── data
│ │ │ │ │ └── .gitkeep
│ │ │ ├── _bootstrap.php
│ │ │ ├── TestCase.php
│ │ │ └── DbTestCase.php
│ │ ├── _output
│ │ │ └── .gitignore
│ │ ├── .gitignore
│ │ └── unit.suite.yml
│ ├── _output
│ │ └── .gitignore
│ ├── config
│ │ ├── .gitignore
│ │ ├── backend
│ │ │ └── config.php
│ │ ├── frontend
│ │ │ └── config.php
│ │ ├── unit.php
│ │ └── acceptance.php
│ ├── common
│ │ ├── _output
│ │ │ └── .gitignore
│ │ ├── unit
│ │ │ ├── _bootstrap.php
│ │ │ ├── TestCase.php
│ │ │ └── DbTestCase.php
│ │ ├── .gitignore
│ │ └── unit.suite.yml
│ └── frontend
│ │ ├── _output
│ │ └── .gitignore
│ │ ├── unit
│ │ ├── _bootstrap.php
│ │ ├── TestCase.php
│ │ └── DbTestCase.php
│ │ ├── acceptance
│ │ └── _bootstrap.php
│ │ ├── functional
│ │ └── _bootstrap.php
│ │ ├── .gitignore
│ │ └── unit.suite.yml
└── codeception.yml
├── common
└── config
│ ├── .gitignore
│ ├── params.php
│ ├── main.php
│ └── bootstrap.php
├── vagrant
├── config
│ └── .gitignore
└── nginx
│ └── log
│ └── .gitignore
├── environments
├── dev
│ ├── backend
│ │ └── config
│ │ │ └── params-local.php
│ ├── common
│ │ └── config
│ │ │ └── params-local.php
│ ├── console
│ │ └── config
│ │ │ ├── params-local.php
│ │ │ └── main-local.php
│ └── frontend
│ │ └── config
│ │ └── params-local.php
└── prod
│ ├── common
│ └── config
│ │ └── params-local.php
│ ├── console
│ └── config
│ │ ├── main-local.php
│ │ └── params-local.php
│ ├── backend
│ └── config
│ │ └── params-local.php
│ └── frontend
│ └── config
│ └── params-local.php
└── .gitignore
/console/controllers/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/backend/models/.gitkeep:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/console/models/.gitkeep:
--------------------------------------------------------------------------------
1 | *
2 |
--------------------------------------------------------------------------------
/vendor/bin/yii:
--------------------------------------------------------------------------------
1 | ../yiisoft/yii2/yii
--------------------------------------------------------------------------------
/backend/config/bootstrap.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/vendor/phpunit/phpunit/tests/_files/foo.xml:
--------------------------------------------------------------------------------
1 |
paragraph1 word2
2 |paragraph2 word2 word3 3 | paragraph2 line2
4 | -------------------------------------------------------------------------------- /vendor/cebe/markdown/tests/markdown-data/test_precedence.md: -------------------------------------------------------------------------------- 1 | Not a headline but two HR: 2 | 3 | *** 4 | --- 5 | 6 | --- 7 | *** 8 | 9 | -------------------------------------------------------------------------------- /vendor/codeception/codeception/tests/coverage/_bootstrap.php: -------------------------------------------------------------------------------- 1 | wantTo('drink beer, actually...'); -------------------------------------------------------------------------------- /vendor/codeception/codeception/tests/data/claypit/tests/order/_bootstrap.php: -------------------------------------------------------------------------------- 1 | This is a paragraph with a newlinenext par
4 | -------------------------------------------------------------------------------- /vendor/cebe/markdown/tests/markdown-data/test_precedence.html: -------------------------------------------------------------------------------- 1 |Not a headline but two HR:
2 |