Guest User

Untitled

a guest
Mar 29th, 2018
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 120.31 KB | None | 0 0
  1. $ git remote -v
  2. origin git@github.com:sebastianbergmann/phpunit.git (fetch)
  3. origin git@github.com:sebastianbergmann/phpunit.git (push)
  4.  
  5. $ git log --format=format: --name-only | egrep -v '^$' | sort | uniq -c | sort -r
  6. 9 Tests/Util/ClassTest.php
  7. 9 tests/TextUI/fatal-isolation.phpt
  8. 9 Tests/TextUI/failure.phpt
  9. 9 Tests/TextUI/failure-isolation.phpt
  10. 9 tests/TextUI/dataprovider-testdox.phpt
  11. 9 Tests/TextUI/abstract-test-class.phpt
  12. 9 Tests/Regression/GitHub/433.phpt
  13. 9 tests/Regression/GitHub/1570.phpt
  14. 9 tests/Regression/GitHub/1472.phpt
  15. 9 tests/Regression/GitHub/1471.phpt
  16. 9 tests/Regression/GitHub/1337.phpt
  17. 9 tests/Regression/GitHub/1330.phpt
  18. 9 tests/Regression/GitHub/1265.phpt
  19. 9 tests/_files/BankAccountTest.test.php
  20. 9 Tests/_files/BankAccountTest.php
  21. 9 src/Util/TestDox/HtmlResultPrinter.php
  22. 9 src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php
  23. 9 src/Framework/Constraint/IsWritable.php
  24. 9 src/Framework/Constraint/IsReadable.php
  25. 9 src/Framework/Constraint/DirectoryExists.php
  26. 9 src/Extensions/TestDecorator.php
  27. 9 PHPUnit/Util/Skeleton/Template/TestClass.tpl.dist
  28. 9 PHPUnit/Util/Report/Test/Node/Test.php
  29. 9 PHPUnit/Util/Report/Test/Factory.php
  30. 9 PHPUnit/Util/Report/Template/testsuite.html
  31. 9 PHPUnit/Util/Report/GraphViz.php
  32. 9 PHPUnit/Util/PHP/Default.php
  33. 9 PHPUnit/Util/Log/XHProf.php
  34. 9 PHPUnit/Util/DeprecatedFeature.php
  35. 9 PHPUnit/Util/Database.php
  36. 9 PHPUnit/Tests/Util/Log/AllTests.php
  37. 9 PHPUnit/Tests/TextUI/verbose-isolation.phpt
  38. 9 PHPUnit/Tests/TextUI/filter-method-isolation.phpt
  39. 9 PHPUnit/Tests/TextUI/filter-class-isolation.phpt
  40. 9 PHPUnit/Tests/TextUI/exclude-group-isolation.phpt
  41. 9 PHPUnit/Tests/TextUI/default-isolation.phpt
  42. 9 PHPUnit/Tests/Regression/783.phpt
  43. 9 PHPUnit/Tests/_files/Sleep.php
  44. 9 PHPUnit/Framework/Constraint/SameSize.php
  45. 9 PHPUnit/Framework/Constraint/Composite.php
  46. 9 PHPUnit/Framework/Comparator/Exception.php
  47. 9 PHPUnit/Framework/Comparator/DOMDocument.php
  48. 9 phpdox.xml.dist
  49. 9 LICENSE
  50. 9 build/phar-manifest.php
  51. 9 assertions.php
  52. 96 ChangeLog-4.8.md
  53. 8 tests/Util/PHPTest.php
  54. 8 tests/Util/JsonTest.php
  55. 8 tests/TextUI/test-suffix-multiple.phpt
  56. 8 tests/TextUI/testdox-text.phpt
  57. 8 tests/TextUI/report-useless-tests.phpt
  58. 8 tests/TextUI/report-useless-tests-isolation.phpt
  59. 8 tests/TextUI/log-tap.phpt
  60. 8 tests/TextUI/log-junit.phpt
  61. 8 Tests/TextUI/dependencies.phpt
  62. 8 Tests/TextUI/dependencies-isolation.phpt
  63. 8 tests/TextUI/debug.phpt
  64. 8 tests/Runner/BaseTestRunnerTest.php
  65. 8 tests/Regression/GitHub/765.phpt
  66. 8 tests/Regression/GitHub/498.phpt
  67. 8 tests/Regression/GitHub/445.phpt
  68. 8 tests/Regression/GitHub/1437.phpt
  69. 8 tests/Regression/GitHub/1374.phpt
  70. 8 tests/Regression/GitHub/1335.phpt
  71. 8 Tests/Framework/Constraint/JsonMatchesTest.php
  72. 8 tests/_files/ExceptionStackTest.php
  73. 8 Tests/_files/ClassWithToString.php
  74. 8 Tests/_files/Book.php
  75. 8 Tests/_files/BankAccountTest.test.php
  76. 8 tests/_files/BankAccount.php
  77. 8 Tests/_files/Author.php
  78. 8 src/Util/PHP/WindowsPhpProcess.php
  79. 8 src/Framework/MissingCoversAnnotationException.php
  80. 8 src/Framework/CoveredCodeNotExecutedException.php
  81. 8 src/Framework/Constraint/RegularExpression.php
  82. 8 PHPUnit/Util/Database/SQLite3.sql
  83. 8 PHPUnit/Util/Database/MySQL.sql
  84. 8 PHPUnit/Tests/Util/Log/PMDTest.php
  85. 8 PHPUnit/Tests/Util/Log/MetricsTest.php
  86. 8 PHPUnit/Tests/TextUI/empty-testcase.phpt
  87. 8 PHPUnit/Tests/TextUI/dependencies3.phpt
  88. 8 PHPUnit/Tests/TextUI/dependencies3-isolation.phpt
  89. 8 PHPUnit/Tests/TextUI/dependencies2-isolation.phpt
  90. 8 PHPUnit/Tests/_files/PartialMockTestClass.php
  91. 8 PHPUnit/Tests/_files/FailureTest.php
  92. 8 PHPUnit/Tests/_files/CoveragePublicTest.php
  93. 8 PHPUnit/Tests/_files/CoverageProtectedTest.php
  94. 8 PHPUnit/Tests/_files/CoveragePrivateTest.php
  95. 8 PHPUnit/Tests/_files/CoverageNotPublicTest.php
  96. 8 PHPUnit/Tests/_files/CoverageNotProtectedTest.php
  97. 8 PHPUnit/Tests/_files/CoverageNotPrivateTest.php
  98. 8 PHPUnit/Tests/_files/CoverageMethodTest.php
  99. 8 PHPUnit/Tests/_files/CoverageClassTest.php
  100. 8 PHPUnit/Tests/_files/CoverageClassExtendedTest.php
  101. 8 PHPUnit/Tests/Extensions/ExceptionTestCaseTest.php
  102. 8 PHPUnit/Tests/Extensions/Database/Operation/OperationsMySQLTest.php
  103. 8 PHPUnit/GtkUI/TestListener.php
  104. 8 PHPUnit/Framework/SyntheticError.php
  105. 8 PHPUnit/Framework/Constraint/JsonMatches/ErrorMessageProvider.php
  106. 8 PHPUnit/Framework/Constraint/ExceptionMessage.php
  107. 8 package-composer.json
  108. 8 ChangeLog-6.3.md
  109. 88 src/Framework/Assert/Functions.php
  110. 88 PHPUnit/Runner/Version.php
  111. 87 PHPUnit/Autoload.php
  112. 85 PHPUnit/Util/XML.php
  113. 85 PHPUnit/Util/Fileloader.php
  114. 85 ChangeLog-5.7.md
  115. 84 Tests/Framework/AssertTest.php
  116. 81 PHPUnit/Runner/StandardTestSuiteLoader.php
  117. 80 PHPUnit/Framework/Constraint.php
  118. 80 ChangeLog-6.0.md
  119. 7 tests/TextUI/test-suffix-single.phpt
  120. 7 Tests/TextUI/testdox-text.phpt
  121. 7 Tests/TextUI/testdox-html.phpt
  122. 7 tests/TextUI/teamcity.phpt
  123. 7 tests/TextUI/teamcity-inner-exceptions.phpt
  124. 7 Tests/TextUI/strict.phpt
  125. 7 Tests/TextUI/strict-isolation.phpt
  126. 7 Tests/TextUI/strict-incomplete.phpt
  127. 7 tests/TextUI/repeat.phpt
  128. 7 tests/TextUI/output-isolation.phpt
  129. 7 tests/TextUI/log-teamcity.phpt
  130. 7 Tests/TextUI/log-tap.phpt
  131. 7 Tests/TextUI/group.phpt
  132. 7 tests/TextUI/group.phpt
  133. 7 Tests/TextUI/group-isolation.phpt
  134. 7 tests/TextUI/group-isolation.phpt
  135. 7 tests/TextUI/filter-no-results.phpt
  136. 7 Tests/TextUI/filter-method.phpt
  137. 7 tests/TextUI/filter-method.phpt
  138. 7 Tests/TextUI/filter-method-isolation.phpt
  139. 7 tests/TextUI/filter-method-isolation.phpt
  140. 7 tests/TextUI/filter-method-case-insensitive.phpt
  141. 7 tests/TextUI/filter-dataprovider-by-string.phpt
  142. 7 tests/TextUI/filter-dataprovider-by-string-isolation.phpt
  143. 7 tests/TextUI/filter-dataprovider-by-regexp.phpt
  144. 7 tests/TextUI/filter-dataprovider-by-regexp-isolation.phpt
  145. 7 tests/TextUI/filter-dataprovider-by-range.phpt
  146. 7 tests/TextUI/filter-dataprovider-by-range-isolation.phpt
  147. 7 tests/TextUI/filter-dataprovider-by-only-string.phpt
  148. 7 tests/TextUI/filter-dataprovider-by-only-string-isolation.phpt
  149. 7 tests/TextUI/filter-dataprovider-by-only-regexp.phpt
  150. 7 tests/TextUI/filter-dataprovider-by-only-regexp-isolation.phpt
  151. 7 tests/TextUI/filter-dataprovider-by-only-range.phpt
  152. 7 tests/TextUI/filter-dataprovider-by-only-range-isolation.phpt
  153. 7 tests/TextUI/filter-dataprovider-by-number.phpt
  154. 7 tests/TextUI/filter-dataprovider-by-number-isolation.phpt
  155. 7 tests/TextUI/filter-dataprovider-by-classname-and-range.phpt
  156. 7 tests/TextUI/filter-dataprovider-by-classname-and-range-isolation.phpt
  157. 7 Tests/TextUI/filter-class.phpt
  158. 7 tests/TextUI/filter-class.phpt
  159. 7 Tests/TextUI/filter-class-isolation.phpt
  160. 7 tests/TextUI/filter-class-isolation.phpt
  161. 7 Tests/TextUI/exclude-group.phpt
  162. 7 tests/TextUI/exclude-group.phpt
  163. 7 Tests/TextUI/exclude-group-isolation.phpt
  164. 7 tests/TextUI/exclude-group-isolation.phpt
  165. 7 tests/TextUI/empty-testcase.phpt
  166. 7 tests/TextUI/dependencies-clone.phpt
  167. 7 tests/TextUI/dependencies3.phpt
  168. 7 tests/TextUI/dependencies3-isolation.phpt
  169. 7 Tests/TextUI/default.phpt
  170. 7 tests/TextUI/default.phpt
  171. 7 Tests/TextUI/default-isolation.phpt
  172. 7 tests/TextUI/default-isolation.phpt
  173. 7 Tests/TextUI/debug.phpt
  174. 7 Tests/TextUI/dataprovider-log-xml.phpt
  175. 7 Tests/TextUI/dataprovider-log-xml-isolation.phpt
  176. 7 tests/TextUI/concrete-test-class.phpt
  177. 7 tests/TextUI/abstract-test-class.phpt
  178. 7 Tests/Regression/GitHub/445.phpt
  179. 7 tests/Regression/GitHub/433.phpt
  180. 7 tests/Regression/GitHub/2591-separate-function-no-preserve-no-bootstrap.phpt
  181. 7 tests/Regression/GitHub/244.phpt
  182. 7 tests/Regression/GitHub/1468.phpt
  183. 7 tests/Regression/GitHub/1149.phpt
  184. 7 tests/Framework/Constraint/JsonMatchesErrorMessageProviderTest.php
  185. 7 Tests/Framework/ComparisonFailureTest.php
  186. 7 tests/_files/TemplateMethodsTest.php
  187. 7 tests/_files/FailureTest.php
  188. 7 tests/_files/Book.php
  189. 7 Tests/_files/BankAccount.php
  190. 7 tests/_files/Author.php
  191. 7 Tests/Extensions/OutputTestCaseTest.php
  192. 7 tests/bootstrap.php
  193. 7 src/Util/TestDox/TextResultPrinter.php
  194. 7 src/Util/TestDox/TestResult.php
  195. 7 src/Framework/TestSuiteIterator.php
  196. 7 src/Framework/TestSuite/DataProvider.php
  197. 7 src/Framework/InvalidCoversTargetError.php
  198. 7 src/Framework/Constraint/JsonMatchesErrorMessageProvider.php
  199. 7 src/Framework/Comparator/DOMNode.php
  200. 7 PHPUnit/Util/Report/Template/yui_item.js
  201. 7 PHPUnit/Util/Metrics/Method.php
  202. 7 PHPUnit/Util/Log/Clover.php
  203. 7 PHPUnit/Tests/Util/Log/XMLTest.php
  204. 7 PHPUnit/Tests/Util/Log/TAPTest.php
  205. 7 PHPUnit/Tests/Util/Log/PlainTest.php
  206. 7 PHPUnit/Tests/Util/Log/JSONTest.php
  207. 7 PHPUnit/Tests/TestConfiguration.php.dist
  208. 7 PHPUnit/GtkUI/Controller/MainWindow.php
  209. 7 PHPUnit/Framework/MockObject/Generator/wsdl_class.tpl.dist
  210. 7 PHPUnit/Framework/MockObject/Generator/mocked_constructor.tpl.dist
  211. 7 package2.xml
  212. 7 .gitattributes
  213. 7 build/create-phar.php
  214. 79 PHPUnit/Util/GlobalState.php
  215. 78 PHPUnit/Extensions/PhptTestCase.php
  216. 77 PHPUnit/Tests/Framework/AssertTest.php
  217. 76 PHPUnit/Framework/ComparisonFailure.php
  218. 73 src/TextUI/ResultPrinter.php
  219. 73 phpunit.xsd
  220. 72 tests/Util/TestTest.php
  221. 71 PHPUnit/Util/Skeleton.php
  222. 71 PHPUnit/Util/Report/Node/File.php
  223. 71 PHPUnit/Extensions/SeleniumTestCase/Driver.php
  224. 70 tests/Util/ConfigurationTest.php
  225. 70 ChangeLog.md
  226. 6 tests/Util/RegularExpressionTest.php
  227. 6 tests/TextUI/report-useless-tests-incomplete.phpt
  228. 6 tests/TextUI/options-after-arguments.phpt
  229. 6 tests/TextUI/log-json-no-pretty-print.phpt
  230. 6 Tests/TextUI/list-groups.phpt
  231. 6 tests/TextUI/list-groups.phpt
  232. 6 tests/TextUI/ini-isolation.phpt
  233. 6 tests/TextUI/filter-method-case-sensitive-no-result.phpt
  234. 6 Tests/TextUI/exception-stack.phpt
  235. 6 Tests/TextUI/empty-testcase.phpt
  236. 6 Tests/TextUI/dependencies3.phpt
  237. 6 Tests/TextUI/dependencies3-isolation.phpt
  238. 6 Tests/TextUI/dependencies2.phpt
  239. 6 tests/TextUI/dependencies2.phpt
  240. 6 Tests/TextUI/dependencies2-isolation.phpt
  241. 6 tests/TextUI/dependencies2-isolation.phpt
  242. 6 Tests/TextUI/concrete-test-class.phpt
  243. 6 tests/TextUI/colors-always.phpt
  244. 6 tests/TextUI/code-coverage-ignore.phpt
  245. 6 tests/Regression/GitHub/863.phpt
  246. 6 tests/Regression/GitHub/797.phpt
  247. 6 Tests/Regression/GitHub/765.phpt
  248. 6 Tests/Regression/GitHub/74.phpt
  249. 6 tests/Regression/GitHub/581/Issue581Test.php
  250. 6 Tests/Regression/GitHub/498.phpt
  251. 6 tests/Regression/GitHub/1340/Issue1340Test.php
  252. 6 tests/Regression/GitHub/1335/Issue1335Test.php
  253. 6 Tests/Regression/684.phpt
  254. 6 tests/_files/SampleArrayAccess.php
  255. 6 tests/_files/DoubleTestCase.php
  256. 6 tests/_files/ClonedDependencyTest.php
  257. 6 tests/_files/ClassWithToString.php
  258. 6 tests/_files/BaseTestListenerSample.php
  259. 6 src/Util/TestDox/CliTestDoxPrinter.php
  260. 6 src/Runner/Filter/IncludeGroupFilterIterator.php
  261. 6 src/Runner/Filter/GroupFilterIterator.php
  262. 6 src/Runner/Filter/ExcludeGroupFilterIterator.php
  263. 6 src/Framework/TestListenerDefaultImplementation.php
  264. 6 src/Framework/DataProviderTestSuite.php
  265. 6 Samples/Money/MoneyTest.php
  266. 6 Samples/Money/Money.php
  267. 6 Samples/Money/MoneyBag.php
  268. 6 Samples/Money/IMoney.php
  269. 6 Samples/BankAccount/BankAccountTest.php
  270. 6 Samples/BankAccount/BankAccount.php
  271. 6 PHPUnit/Util/String.php
  272. 6 PHPUnit/Util/Report/Template/method_item.html.dist
  273. 6 PHPUnit/Tests/TextUI/empty-testcase-coverage.phpt
  274. 6 PHPUnit/Tests/TextUI/dataset-log-xml-isolation.phpt
  275. 6 PHPUnit/Tests/Framework/MockObject/namespaced_interface.phpt
  276. 6 PHPUnit/Tests/Framework/MockObject/namespaced_class.phpt
  277. 6 PHPUnit/Tests/Framework/MockObject/namespaced_class_partial.phpt
  278. 6 PHPUnit/Tests/_files/TornDown6.php
  279. 6 PHPUnit/Tests/_files/SleepTest.php
  280. 6 PHPUnit/Tests/_files/MethodCallback.php
  281. 6 PHPUnit/Tests/_files/FunctionCallback.php
  282. 6 PHPUnit/Tests/_files/BankAccount.pmd
  283. 6 PHPUnit/Tests/_files/BankAccount.metrics
  284. 6 PHPUnit/Tests/Extensions/ExtensionTest.php
  285. 6 PHPUnit/Runner/Filter/Test.php
  286. 6 PHPUnit/GtkUI/Controller/SuiteTree.php
  287. 6 PHPUnit/Framework/OutputError.php
  288. 6 PHPUnit/Framework/Notice.php
  289. 6 PHPUnit/Framework/MockObject/Generator/unmocked_clone.tpl.dist
  290. 6 PHPUnit/Framework/MockObject/Generator/mocked_clone.tpl.dist
  291. 6 PHPUnit/Framework/Error/Deprecated.php
  292. 6 PHPUnit/Framework/ComparisonFailure/Numeric.php
  293. 6 PHPUnit/Extensions/TicketListener/Fogbugz.php
  294. 6 PHPUnit/Extensions/Database/DataSet/Persistors/MysqlXml.php
  295. 6 PHPUnit/Extensions/Database/DataSet/MysqlXmlDataSet.php
  296. 6 build/phar-version.php
  297. 69 tests/Framework/TestCaseTest.php
  298. 69 tests/Framework/AssertTest.php
  299. 65 PHPUnit/Util/PHP.php
  300. 65 PHPUnit/Util/Log/JSON.php
  301. 65 PHPUnit/Util/Filesystem.php
  302. 64 PHPUnit/Framework/MockObject/Generator.php
  303. 646 package.xml
  304. 63 PHPUnit/Util/Printer.php
  305. 62 PHPUnit/Runner/BaseTestRunner.php
  306. 62 PHPUnit/Framework/TestFailure.php
  307. 61 PHPUnit/Util/Type.php
  308. 60 src/Util/Log/JUnit.php
  309. 60 PHPUnit/Util/ErrorHandler.php
  310. 60 PHPUnit/Framework/Constraint/IsIdentical.php
  311. 5 Tests/TextUI/test-suffix-single.phpt
  312. 5 Tests/TextUI/test-suffix-multiple.phpt
  313. 5 Tests/TextUI/testdox.phpt
  314. 5 Tests/TextUI/tap.phpt
  315. 5 Tests/TextUI/filter-no-results.phpt
  316. 5 tests/TextUI/disable-code-coverage-ignore.phpt
  317. 5 tests/TextUI/defaulttestsuite-using-testsuite.phpt
  318. 5 tests/TextUI/defaulttestsuite.phpt
  319. 5 tests/Regression/Trac/783.phpt
  320. 5 tests/Regression/Trac/578.phpt
  321. 5 tests/Regression/Trac/1021.phpt
  322. 5 tests/Regression/GitHub/873-php7.phpt
  323. 5 Tests/Regression/GitHub/863.phpt
  324. 5 Tests/Regression/GitHub/581.phpt
  325. 5 Tests/Regression/GitHub/503.phpt
  326. 5 tests/Regression/GitHub/498/Issue498Test.php
  327. 5 Tests/Regression/GitHub/244/Issue244Test.php
  328. 5 tests/Regression/GitHub/2448.phpt
  329. 5 tests/Regression/GitHub/1340.phpt
  330. 5 tests/Regression/GitHub/1337/Issue1337Test.php
  331. 5 tests/Regression/684.phpt
  332. 5 Tests/Regression/578.phpt
  333. 5 tests/Regression/578.phpt
  334. 5 tests/Framework/Constraint/StringMatchesFormatDescriptionTest.php
  335. 5 tests/Framework/Constraint/LogicalOrTest.php
  336. 5 tests/Framework/Constraint/LogicalAndTest.php
  337. 5 Tests/Framework/BaseTestListenerTest.php
  338. 5 tests/_files/TestWithTest.php
  339. 5 tests/_files/StackTest.php
  340. 5 Tests/_files/RequirementsTest.php
  341. 5 tests/_files/phpunit-example-extension/tests/OneTest.php
  342. 5 Tests/_files/OutputTestCase.php
  343. 5 tests/_files/MultipleDataProviderTest.php
  344. 5 tests/_files/FatalTest.php
  345. 5 tests/_files/ExceptionInTest.php
  346. 5 tests/_files/ExceptionInTearDownTest.php
  347. 5 tests/_files/ExceptionInSetUpTest.php
  348. 5 tests/_files/ExceptionInAssertPreConditionsTest.php
  349. 5 tests/_files/ExceptionInAssertPostConditionsTest.php
  350. 5 tests/_files/DataProviderSkippedTest.php
  351. 5 tests/_files/DataProviderIncompleteTest.php
  352. 5 tests/_files/DataProviderFilterTest.php
  353. 5 tests/_files/configuration_empty.xml
  354. 5 src/Util/PHP/Template/PhptTestCase.tpl.dist
  355. 5 src/Util/DeprecatedFeature/Logger.php
  356. 5 src/Framework/Comparator/DateTime.php
  357. 5 src/ForwardCompatibility/TestCase.php
  358. 5 Samples/BowlingGame/BowlingGameSpec.php
  359. 5 PHPUnit/Util/TestSuiteIterator/NameFilter.php
  360. 5 PHPUnit/Util/TestSuiteIterator/GroupFilter.php
  361. 5 PHPUnit/Util/Skeleton/TestMethod.tpl
  362. 5 PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl.dist
  363. 5 PHPUnit/Util/Report/Template/file_item.html.dist
  364. 5 PHPUnit/Util/Report/Template/directory_item.html.dist
  365. 5 PHPUnit/Util/DualIterator.php
  366. 5 PHPUnit/Tests/TextUI/story-isolation.phpt
  367. 5 PHPUnit/Tests/TextUI/coverage-source-isolation.phpt
  368. 5 PHPUnit/Tests/Framework/MockObject/namespaced_class_implementing_interface_dont_call_parent_constructor.phpt
  369. 5 PHPUnit/Tests/Framework/MockObject/namespaced_class_implementing_interface_call_parent_constructor.phpt
  370. 5 PHPUnit/Tests/Framework/MockObject/namespaced_class_dont_call_parent_constructor.phpt
  371. 5 PHPUnit/Tests/Framework/MockObject/namespaced_class_dont_call_parent_clone.phpt
  372. 5 PHPUnit/Tests/Framework/MockObject/namespaced_class_call_parent_constructor.phpt
  373. 5 PHPUnit/Tests/Framework/MockObject/namespaced_class_call_parent_clone.phpt
  374. 5 PHPUnit/Tests/_files/DependencyTestSuite.php
  375. 5 PHPUnit/Tests/_files/DependencySuccessTest.php
  376. 5 PHPUnit/Tests/_files/DependencyFailureTest.php
  377. 5 PHPUnit/GtkUI/TestStatusMapper.php
  378. 5 PHPUnit/GtkUI/TestRunner.php
  379. 5 PHPUnit/GtkUI/Runner/Simple.php
  380. 5 PHPUnit/GtkUI/FileFilter.php
  381. 5 PHPUnit/GtkUI/Controller/StatusTree.php
  382. 5 PHPUnit/GtkUI/Controller/FileChooser.php
  383. 5 PHPUnit/Framework/UnintentionallyCoveredCodeError.php
  384. 5 PHPUnit/Framework/MockObject/Generator/mocked_method.tpl.dist
  385. 5 PHPUnit/Framework/Comparator/DateTime.php
  386. 5 PHPUnit/Framework/BaseTestListener.php
  387. 5 PHPUnit/Extensions/MockObject/Stub/ConsecutiveCalls.php
  388. 5 .github/ISSUE_TEMPLATE.md
  389. 5 .github/CONTRIBUTING.md
  390. 5 Doxyfile
  391. 5 ChangeLog-4.5.md
  392. 5 build/travis-ci-fail.xml
  393. 5 build/phpcs.xml
  394. 5 build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php
  395. 5 build/library-phar-autoload.php.in
  396. 59 PHPUnit/Util/Log/TAP.php
  397. 58 PHPUnit/Util/TestDox/ResultPrinter.php
  398. 57 PHPUnit/Framework/Constraint/TraversableContains.php
  399. 55 PHPUnit/Framework/Constraint/IsType.php
  400. 54 src/Util/Log/TeamCity.php
  401. 54 README.md
  402. 54 PHPUnit/Util/CodeCoverage.php
  403. 54 PHPUnit/Framework/MockObject/Mock.php
  404. 53 PHPUnit/Util/Skeleton/Class.php
  405. 53 PHPUnit/Framework/Constraint/Or.php
  406. 52 PHPUnit/Framework/ExpectationFailedException.php
  407. 52 PHPUnit/Framework/Constraint/Not.php
  408. 51 PHPUnit/Framework/Warning.php
  409. 51 PHPUnit/Framework/Constraint/Attribute.php
  410. 51 PHPUnit/Extensions/OutputTestCase.php
  411. 50 src/Util/Blacklist.php
  412. 50 PHPUnit/Util/Skeleton/Test.php
  413. 50 PHPUnit/Framework/Constraint/IsInstanceOf.php
  414. 50 PHPUnit/Framework/Constraint/ArrayHasKey.php
  415. 50 PHPUnit/Framework/Constraint/And.php
  416. 4 Tests/TextUI/template-methods.phpt
  417. 4 tests/TextUI/tap.phpt
  418. 4 Tests/TextUI/story.phpt
  419. 4 tests/TextUI/report-useless-tests-assertion-on-mock.phpt
  420. 4 tests/TextUI/log-json-5.6.phpt
  421. 4 tests/TextUI/list-tests-dataprovider.phpt
  422. 4 Tests/TextUI/ini-isolation.phpt
  423. 4 Tests/TextUI/dataprovider-testdox.phpt
  424. 4 Tests/TextUI/custom-printer-verbose.phpt
  425. 4 tests/TextUI/code-coverage-phpt.phpt
  426. 4 tests/Regression/Trac/684.phpt
  427. 4 tests/Regression/Trac/523.phpt
  428. 4 tests/Regression/GitHub/873.phpt
  429. 4 tests/Regression/GitHub/873-php5.phpt
  430. 4 Tests/Regression/GitHub/74/Issue74Test.php
  431. 4 Tests/Regression/GitHub/322.phpt
  432. 4 tests/Regression/GitHub/2591/SeparateFunctionPreserveTest.php
  433. 4 tests/Regression/GitHub/2591/SeparateFunctionNoPreserveTest.php
  434. 4 tests/Regression/GitHub/2382/Issue2382Test.php
  435. 4 tests/Regression/GitHub/2158.phpt
  436. 4 tests/Regression/GitHub/2158/Issue2158Test.php
  437. 4 tests/Regression/GitHub/2145.phpt
  438. 4 tests/Regression/GitHub/1570/Issue1570Test.php
  439. 4 tests/Regression/GitHub/1471/Issue1471Test.php
  440. 4 tests/Regression/GitHub/1351/Issue1351Test.php
  441. 4 Tests/Regression/783.phpt
  442. 4 tests/Regression/783.phpt
  443. 4 Tests/Regression/523.phpt
  444. 4 tests/Regression/523.phpt
  445. 4 Tests/Regression/1021.phpt
  446. 4 tests/Regression/1021.phpt
  447. 4 tests/Framework/TestSuiteTest.php
  448. 4 tests/Framework/SelectorAssertionsTest.php
  449. 4 tests/Framework/ExceptionWrapperTest.php
  450. 4 Tests/Framework/Constraint/CountTest.php
  451. 4 tests/Framework/ComparatorTest.php
  452. 4 Tests/Framework/Assert/FunctionsTest.php
  453. 4 Tests/_files/ThrowExceptionTestCase.php
  454. 4 Tests/_files/TestIterator.php
  455. 4 tests/_files/StatusTest.php
  456. 4 tests/_files/Singleton.php
  457. 4 tests/_files/RequirementsClassDocBlockTest.php
  458. 4 tests/_files/RequirementsClassBeforeClassHookTest.php
  459. 4 Tests/_files/OverrideTestCase.php
  460. 4 tests/_files/NonStatic.php
  461. 4 Tests/_files/MockRunner.php
  462. 4 Tests/_files/InheritedTestCase.php
  463. 4 tests/_files/Inheritance/InheritanceA.php
  464. 4 tests/_files/ExceptionTest.php
  465. 4 Tests/_files/ExceptionStack.php
  466. 4 tests/_files/DependencyFailureTest.php
  467. 4 tests/_files/DataProviderDebugTest.php
  468. 4 Tests/_files/configuration_xinclude.xml
  469. 4 tests/_files/ChangeCurrentWorkingDirectoryTest.php
  470. 4 tests/_files/BeforeClassWithOnlyDataProviderTest.php
  471. 4 tests/_files/BeforeClassAndAfterClassTest.php
  472. 4 tests/_files/BeforeAndAfterTest.php
  473. 4 Tests/_files/AnInterface.php
  474. 4 tests/Constraint/StringEndsWithTest.php
  475. 4 tests/Constraint/DirectoryExistsTest.php
  476. 4 tests/autoload.php
  477. 4 src/Util/FileLoader.php
  478. 4 src/Util/DeprecatedFeature.php
  479. 4 src/Framework/Error/Error.php
  480. 4 src/Framework/Comparator/Type.php
  481. 4 src/Framework/Comparator/SplObjectStorage.php
  482. 4 src/Framework/Comparator/Scalar.php
  483. 4 src/Framework/Comparator/Resource.php
  484. 4 src/Framework/Comparator.php
  485. 4 src/Framework/Comparator/Object.php
  486. 4 src/Framework/Comparator/Numeric.php
  487. 4 src/Framework/Comparator/Double.php
  488. 4 src/Framework/Comparator/Array.php
  489. 4 Samples/BowlingGame/BowlingGameTest.php
  490. 4 Samples/BowlingGame/BowlingGame.php
  491. 4 PHPUnit/Util/Type/ExportContext.php
  492. 4 PHPUnit/Util/TestSuiteIterator/RecursiveIteratorIterator.php
  493. 4 PHPUnit/Util/SourceFile.php
  494. 4 PHPUnit/Util/Skeleton/TestMethodConstraint.tpl
  495. 4 PHPUnit/Util/Skeleton/Template/TestClass.tpl
  496. 4 PHPUnit/Util/Report/Template/file_no_yui.html.dist
  497. 4 PHPUnit/Util/Report/Template/coverage_item.html
  498. 4 PHPUnit/Util/RecursiveDualIterator.php
  499. 4 PHPUnit/Tests/TextUI/isolated.phpt
  500. 4 PHPUnit/Tests/TextUI/dataprovider-testdox.phpt
  501. 4 PHPUnit/Tests/TextUI/coverage-clover-function.phpt
  502. 4 PHPUnit/Tests/Regression/783/TwoTest.php
  503. 4 PHPUnit/Tests/Regression/783/ParentSuite.php
  504. 4 PHPUnit/Tests/Regression/783/OneTest.php
  505. 4 PHPUnit/Tests/Regression/783/ChildSuite.php
  506. 4 PHPUnit/Tests/_files/StaticMockTestClass.php
  507. 4 PHPUnit/Tests/_files/Singleton.php
  508. 4 PHPUnit/Tests/_files/CoveredFunction.php
  509. 4 PHPUnit/Tests/_files/CoveredClass.php
  510. 4 PHPUnit/Tests/_files/CoverageFunctionTest.php
  511. 4 PHPUnit/Tests/_files/Calculator.php
  512. 4 PHPUnit/Tests/_files/BankAccount.tap
  513. 4 PHPUnit/Tests/_files/BankAccount.json
  514. 4 PHPUnit/Tests/_files/AbstractMockTestClass.php
  515. 4 PHPUnit/Tests/Extensions/MockObjectTest.php
  516. 4 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/FlatXmlWriter.xml
  517. 4 PHPUnit/Runner/Filter/Group.php
  518. 4 PHPUnit/Runner/Exception.php
  519. 4 PHPUnit/Framework/MockObject/Generator/mocked_static_method.tpl.dist
  520. 4 PHPUnit/Framework/MockObject/Generator/mocked_object_method.tpl.dist
  521. 4 PHPUnit/Framework/DeprecatedFeature.php
  522. 4 PHPUnit/Framework/DeprecatedFeatureListener.php
  523. 4 PHPUnit/Extensions/MockObject/Stub/Return.php
  524. 4 PHPUnit/Extensions/MockObject/Invocation.php
  525. 4 PHPUnit2/Util/Filter.php
  526. 4 PHPUnit2/TextUI/TestRunner.php
  527. 4 PHPUnit2/Framework/TestSuite.php
  528. 4 PHPUnit2/Framework/TestResult.php
  529. 4 PHPUnit2/Framework/Test.php
  530. 4 PHPUnit2/Framework/TestListener.php
  531. 4 PHPUnit2/Framework/TestCase.php
  532. 4 PHPUnit2/Framework/Assert.php
  533. 4 PHPUnit2/Extensions/ExceptionTestCase.php
  534. 4 .php_cs.dist
  535. 4 ChangeLog-7.1.md
  536. 4 ChangeLog-4.4.md
  537. 4 ChangeLog-4.3.md
  538. 4 ChangeLog-4.2.md
  539. 4 ChangeLog-4.1.md
  540. 4 ChangeLog-4.0.md
  541. 4 .bzrignore
  542. 4 build/version.php
  543. 4 build/tools/phpdox
  544. 4 build/tools/phpab
  545. 4 build/phpmd.xml
  546. 4 build/assertions.php
  547. 49 PHPUnit/Util/Report.php
  548. 49 PHPUnit/Util/Getopt.php
  549. 49 PHPUnit/Runner/IncludePathTestCollector.php
  550. 49 PHPUnit/Framework/Constraint/StringContains.php
  551. 47 PHPUnit/Util/Log/CodeCoverage/Database.php
  552. 46 PHPUnit/Util/File.php
  553. 46 PHPUnit/Framework/Process/TestCaseMethod.tpl.dist
  554. 46 PHPUnit/Framework/Constraint/Xor.php
  555. 45 src/Util/TestDox/ResultPrinter.php
  556. 45 PHPUnit/Util/Log/XML.php
  557. 45 PHPUnit/Tests/Util/AllTests.php
  558. 45 PHPUnit/Tests/TextUI/help.phpt
  559. 44 PHPUnit/Util/Metrics/Project.php
  560. 44 PHPUnit/Tests/TextUI/help2.phpt
  561. 44 PHPUnit/Tests/Framework/ConstraintTest.php
  562. 44 phpunit.php
  563. 44 PHPUnit/Framework/TestListener.php
  564. 44 PHPUnit/Framework/Constraint/PCREMatch.php
  565. 44 PHPUnit/Framework/Constraint/LessThan.php
  566. 44 PHPUnit/Framework/Constraint/GreaterThan.php
  567. 43 Tests/Util/ConfigurationTest.php
  568. 43 tests/TextUI/help.phpt
  569. 43 tests/TextUI/help2.phpt
  570. 43 PHPUnit/Util/TestDox/ResultPrinter/HTML.php
  571. 43 PHPUnit/Tests/Extensions/AllTests.php
  572. 43 PHPUnit/Tests/AllTests.php
  573. 42 src/Util/GlobalState.php
  574. 42 PHPUnit/Tests/Util/ConfigurationTest.php
  575. 42 PHPUnit/Autoload.php.in
  576. 41 PHPUnit/Framework/Constraint/IsAnything.php
  577. 41 PHPUnit/Framework/ComparisonFailure/Array.php
  578. 41 PHPUnit/Extensions/TicketListener.php
  579. 41 ChangeLog-5.2.md
  580. 40 PHPUnit/Util/TestDox/NamePrettifier.php
  581. 40 PHPUnit/Util/Diff.php
  582. 40 PHPUnit/Tests/Framework/TestCaseTest.php
  583. 40 PHPUnit/Framework/Constraint/FileExists.php
  584. 40 ChangeLog-5.4.md
  585. 40 ChangeLog-5.0.md
  586. 3 TextUI/TestRunner.php
  587. 3 tests/Util/TestDox/CliTestDoxPrinterTest.php
  588. 3 Tests/TextUI/verbose.phpt
  589. 3 Tests/TextUI/verbose-isolation.phpt
  590. 3 tests/TextUI/testdox-group.phpt
  591. 3 tests/TextUI/testdox-exclude-group.phpt
  592. 3 Tests/TextUI/story-isolation.phpt
  593. 3 tests/TextUI/stop-on-warning-via-config.phpt
  594. 3 tests/TextUI/stop-on-warning-via-cli.phpt
  595. 3 Tests/TextUI/skeleton.phpt
  596. 3 Tests/TextUI/repeat.phpt
  597. 3 tests/TextUI/phpt-xfail.phpt
  598. 3 tests/TextUI/phpt-env.phpt
  599. 3 tests/TextUI/phpt-args.phpt
  600. 3 tests/TextUI/_files/phpt_external.php
  601. 3 Tests/TextUI/fatal.phpt
  602. 3 tests/TextUI/fatal.phpt
  603. 3 Tests/TextUI/failure-verbose.phpt
  604. 3 Tests/TextUI/failure-verbose-isolation.phpt
  605. 3 Tests/TextUI/custom-printer-debug.phpt
  606. 3 tests/TextUI/assertion.phpt
  607. 3 tests/Regression/Trac/783/TwoTest.php
  608. 3 tests/Regression/Trac/783/OneTest.php
  609. 3 tests/Regression/Trac/783/ChildSuite.php
  610. 3 tests/Regression/Trac/523/Issue523Test.php
  611. 3 tests/Regression/Trac/1021/Issue1021Test.php
  612. 3 Tests/Regression/GitHub/873.phpt
  613. 3 Tests/Regression/GitHub/498/Issue498Test.php
  614. 3 Tests/Regression/GitHub/433/Issue433Test.php
  615. 3 tests/Regression/GitHub/322/Issue322Test.php
  616. 3 tests/Regression/GitHub/2972.phpt
  617. 3 tests/Regression/GitHub/2811.phpt
  618. 3 tests/Regression/GitHub/2758.phpt
  619. 3 tests/Regression/GitHub/2758/Issue2758Test.php
  620. 3 tests/Regression/GitHub/2758/Issue2758TestListener.php
  621. 3 tests/Regression/GitHub/2725/BeforeAfterClassPidTest.php
  622. 3 tests/Regression/GitHub/2591/SeparateClassPreserveTest.php
  623. 3 tests/Regression/GitHub/2380/Issue2380Test.php
  624. 3 tests/Regression/GitHub/2366/Issue2366Test.php
  625. 3 tests/Regression/GitHub/2299/Issue2299Test.php
  626. 3 tests/Regression/GitHub/2145/Issue2145Test.php
  627. 3 tests/Regression/GitHub/1468/Issue1468Test.php
  628. 3 tests/Regression/GitHub/1374/Issue1374Test.php
  629. 3 tests/Regression/GitHub/1340-php7.phpt
  630. 3 tests/Regression/GitHub/1335/bootstrap1335.php
  631. 3 tests/Regression/1021/Issue1021Test.php
  632. 3 tests/Framework/TestListenerFullTest.php
  633. 3 Tests/Framework/MockObject/wsdl_class.phpt
  634. 3 Tests/Framework/MockObject/wsdl_class_partial.phpt
  635. 3 Tests/Framework/MockObjectTest.php
  636. 3 Tests/Framework/MockObject/namespaced_interface.phpt
  637. 3 Tests/Framework/MockObject/namespaced_class.phpt
  638. 3 Tests/Framework/MockObject/namespaced_class_partial.phpt
  639. 3 Tests/Framework/MockObject/namespaced_class_implementing_interface_dont_call_parent_constructor.phpt
  640. 3 Tests/Framework/MockObject/namespaced_class_implementing_interface_call_parent_constructor.phpt
  641. 3 Tests/Framework/MockObject/namespaced_class_dont_call_parent_constructor.phpt
  642. 3 Tests/Framework/MockObject/namespaced_class_dont_call_parent_clone.phpt
  643. 3 Tests/Framework/MockObject/namespaced_class_call_parent_constructor.phpt
  644. 3 Tests/Framework/MockObject/namespaced_class_call_parent_clone.phpt
  645. 3 tests/Framework/Constraint/LogicalXorTest.php
  646. 3 tests/Framework/Constraint/IsTypeTest.php
  647. 3 tests/Framework/Constraint/IsIdenticalTest.php
  648. 3 Tests/_files/WasRun.php
  649. 3 tests/_files/WasRun.php
  650. 3 Tests/_files/ThrowNoExceptionTestCase.php
  651. 3 tests/_files/ThrowExceptionTestCase.php
  652. 3 tests/_files/TestIterator2.php
  653. 3 tests/_files/TestDoxGroupTest.php
  654. 3 Tests/_files/Success.php
  655. 3 tests/_files/StopOnWarningTestSuite.php
  656. 3 Tests/_files/SelectorAssertionsFixture.html
  657. 3 Tests/_files/SampleClass.php
  658. 3 Tests/_files/OneTestCase.php
  659. 3 Tests/_files/NotVoidTestCase.php
  660. 3 Tests/_files/NotPublicTestCase.php
  661. 3 Tests/_files/NoTestCases.php
  662. 3 Tests/_files/NoTestCaseClass.php
  663. 3 Tests/_files/NonStatic.php
  664. 3 Tests/_files/NoArgTestCaseTest.php
  665. 3 tests/_files/NamespaceCoverageCoversClassTest.php
  666. 3 tests/_files/NamespaceCoverageCoversClassPublicTest.php
  667. 3 tests/_files/MultiDependencyTest.php
  668. 3 tests/_files/Mockable.php
  669. 3 tests/_files/Inheritance/InheritanceB.php
  670. 3 tests/_files/IgnoreCodeCoverageClassTest.php
  671. 3 Tests/_files/FatalTest.php
  672. 3 Tests/_files/FailureTest.php
  673. 3 Tests/_files/Failure.php
  674. 3 tests/_files/ExceptionNamespaceTest.php
  675. 3 Tests/_files/Error.php
  676. 3 Tests/_files/DoubleTestCase.php
  677. 3 tests/_files/DependencyTestSuite.php
  678. 3 tests/_files/DependencySuccessTest.php
  679. 3 tests/_files/DataProviderTest.php
  680. 3 tests/_files/DataProviderTestDoxTest.php
  681. 3 tests/_files/CustomPrinter.php
  682. 3 tests/_files/CoverageTwoDefaultClassAnnotations.php
  683. 3 tests/_files/CoverageMethodParenthesesWhitespaceTest.php
  684. 3 tests/_files/CoverageMethodOneLineAnnotationTest.php
  685. 3 tests/_files/CoverageFunctionParenthesesWhitespaceTest.php
  686. 3 Tests/_files/configuration.custom-printer.xml
  687. 3 Tests/_files/ClassWithNonPublicAttributes.php
  688. 3 tests/_files/ClassWithNonPublicAttributes.php
  689. 3 Tests/_files/BeforeClassAndAfterClassTest.php
  690. 3 tests/_files/BankAccountTest2.php
  691. 3 tests/_files/AbstractTest.php
  692. 3 tests/Fail/fail.phpt
  693. 3 tests/Constraint/TraversableContainsTest.php
  694. 3 tests/Constraint/StringStartsWithTest.php
  695. 3 tests/Constraint/ArrayHasKeyTest.php
  696. 3 Tests/bootstrap-travis.php
  697. 3 tests/bootstrap-travis.php
  698. 3 Tests/autoload.php
  699. 3 .stickler.yml
  700. 3 src/Util/XmlTestListRenderer.php
  701. 3 src/Framework/Constraint/ArrayPart.php
  702. 3 src/Framework/ComparisonFailure.php
  703. 3 src/Framework/Comparator/MockObject.php
  704. 3 src/Framework/ComparatorFactory.php
  705. 3 src/Framework/Comparator/Exception.php
  706. 3 src/ForwardCompatibility/TestListener.php
  707. 3 src/ForwardCompatibility/BaseTestListener.php
  708. 3 src/ForwardCompatibility/Assert.php
  709. 3 PHPUnit/Util/Skeleton/TestMethod.php
  710. 3 PHPUnit/Util/Skeleton/TestClass.tpl
  711. 3 PHPUnit/Util/Skeleton/TestClass.php
  712. 3 PHPUnit/Util/Skeleton/Template/TestMethod.tpl.dist
  713. 3 PHPUnit/Util/Skeleton/Template/TestMethodStatic.tpl.dist
  714. 3 PHPUnit/Util/Skeleton/Template/TestMethodException.tpl.dist
  715. 3 PHPUnit/Util/Skeleton/Template/TestMethodExceptionStatic.tpl.dist
  716. 3 PHPUnit/Util/Skeleton/Template/TestMethodBool.tpl.dist
  717. 3 PHPUnit/Util/Skeleton/Template/TestMethodBoolStatic.tpl.dist
  718. 3 PHPUnit/Util/Report/Template/snow.png
  719. 3 PHPUnit/Util/Report/Template/scarlet_red.png
  720. 3 PHPUnit/Util/Report/Template/item.html
  721. 3 PHPUnit/Util/Report/Template/glass.png
  722. 3 PHPUnit/Util/Report/Template/file.html
  723. 3 PHPUnit/Util/Report/Template/close12_1.gif
  724. 3 PHPUnit/Util/Report/Template/chameleon.png
  725. 3 PHPUnit/Util/Report/Template/butter.png
  726. 3 PHPUnit/Util/Log/Eclipse.php
  727. 3 PHPUnit/Util/Blacklist.php
  728. 3 PHPUnit/Tests/Regression/1021.phpt
  729. 3 PHPUnit/Tests/configuration.xml
  730. 3 PHPUnit/Runner/TestFilterIterator.php
  731. 3 PHPUnit/Runner/Filter/Group/Include.php
  732. 3 PHPUnit/Runner/Filter/Group/Exclude.php
  733. 3 PHPUnit/Runner/Filter/Factory.php
  734. 3 PHPUnit/Framework/RiskyTest.php
  735. 3 PHPUnit/Framework/RiskyTestError.php
  736. 3 PHPUnit/Framework/MockObject/Stub/Callback.php
  737. 3 PHPUnit/Framework/MockObject/Generator/wsdl_method.tpl.dist
  738. 3 PHPUnit/Framework/InvalidCoversTargetException.php
  739. 3 PHPUnit/Framework/InvalidCoversTargetError.php
  740. 3 PHPUnit/Framework/Constraint/IsJson.php
  741. 3 PHPUnit/Framework/Comparator/DOMNode.php
  742. 3 PHPUnit/Framework/CodeCoverageException.php
  743. 3 PHPUnit/Extensions/TracListener.php
  744. 3 PHPUnit/Extensions/MockObject/Verifiable.php
  745. 3 PHPUnit/Extensions/MockObject/Stub.php
  746. 3 PHPUnit/Extensions/MockObject/Stub/MatcherCollection.php
  747. 3 PHPUnit/Extensions/MockObject/Mock.php
  748. 3 PHPUnit/Extensions/MockObject/MockObject.php
  749. 3 PHPUnit/Extensions/MockObject/Matcher/StatelessInvocation.php
  750. 3 PHPUnit/Extensions/MockObject/Matcher.php
  751. 3 PHPUnit/Extensions/MockObject/Matcher/Parameters.php
  752. 3 PHPUnit/Extensions/MockObject/Matcher/MethodName.php
  753. 3 PHPUnit/Extensions/MockObject/Matcher/InvokedRecorder.php
  754. 3 PHPUnit/Extensions/MockObject/Matcher/InvokedCount.php
  755. 3 PHPUnit/Extensions/MockObject/Matcher/InvokedAtLeastOnce.php
  756. 3 PHPUnit/Extensions/MockObject/Matcher/InvokedAtIndex.php
  757. 3 PHPUnit/Extensions/MockObject/Matcher/Invocation.php
  758. 3 PHPUnit/Extensions/MockObject/Matcher/AnyParameters.php
  759. 3 PHPUnit/Extensions/MockObject/Invokable.php
  760. 3 PHPUnit/Extensions/MockObject/InvocationMocker.php
  761. 3 PHPUnit/Extensions/MockObject/Builder/Stub.php
  762. 3 PHPUnit/Extensions/MockObject/Builder/ParametersMatch.php
  763. 3 PHPUnit/Extensions/MockObject/Builder/Namespace.php
  764. 3 PHPUnit/Extensions/MockObject/Builder/MethodNameMatch.php
  765. 3 PHPUnit/Extensions/MockObject/Builder/Match.php
  766. 3 PHPUnit/Extensions/MockObject/Builder/InvocationMocker.php
  767. 3 PHPUnit/Extensions/MockObject/Builder/Identity.php
  768. 3 PHPUnit/Exception.php
  769. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/table/row.php
  770. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/table.php
  771. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/table/cell.php
  772. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/structs/output_formats.php
  773. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/structs/output_format.php
  774. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/structs/option_rule.php
  775. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/statusbar.php
  776. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/progressmonitor.php
  777. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/progressbar.php
  778. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/output.php
  779. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/options/table.php
  780. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/options/statusbar.php
  781. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/options/progressmonitor.php
  782. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/options/progressbar.php
  783. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/options/output.php
  784. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/input.php
  785. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/input/option.php
  786. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_type_violation.php
  787. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_too_many_values.php
  788. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_string_not_wellformed.php
  789. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option.php
  790. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_not_exists.php
  791. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_no_alias.php
  792. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_missing_value.php
  793. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_mandatory_violation.php
  794. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_exclusion_violation.php
  795. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_dependency_violation.php
  796. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_arguments_violation.php
  797. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/option_already_registered.php
  798. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/no_position_stored.php
  799. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/invalid_option_name.php
  800. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/exceptions/exception.php
  801. 3 PHPUnit/Bundled/eZcomponents/ConsoleTools/console_autoload.php
  802. 3 PHPUnit2/TextUI/ResultPrinter.php
  803. 3 PHPUnit2/Runner/Version.php
  804. 3 PHPUnit2/Extensions/TestSetup.php
  805. 3 PHPUnit2/Extensions/TestDecorator.php
  806. 3 PHPUnit2/Extensions/RepeatedTest.php
  807. 3 PHPUnit2/Extensions/PerformanceTestCase.php
  808. 3 Extensions/MockObject/Mock.php
  809. 3 build/tools/phploc
  810. 3 build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php
  811. 3 build/hhvm.ini
  812. 3 build/dependencies/Yaml-2.2.0.tgz
  813. 3 build/dependencies/Text_Template-1.1.4.tgz
  814. 3 build/dependencies/PHPUnit_Selenium-1.3.2.tgz
  815. 3 build/dependencies/PHPUnit_Selenium-1.3.1.tgz
  816. 3 build/dependencies/PHPUnit_Selenium-1.3.0.tgz
  817. 3 build/dependencies/PHPUnit_Selenium-1.2.12.tgz
  818. 3 build/dependencies/PHPUnit_Selenium-1.2.11.tgz
  819. 3 build/dependencies/PHPUnit_MockObject-1.2.3.tgz
  820. 3 build/dependencies/PHP_TokenStream-1.1.8.tgz
  821. 3 build/dependencies/PHP_Timer-1.0.5.tgz
  822. 3 build/dependencies/PHP_Invoker-1.1.2.tgz
  823. 3 build/dependencies/PHP_CodeCoverage-1.2.9.tgz
  824. 3 build/dependencies/PHP_CodeCoverage-1.2.8.tgz
  825. 3 build/dependencies/PHP_CodeCoverage-1.2.12.tgz
  826. 3 build/dependencies/File_Iterator-1.3.3.tgz
  827. 3 build/dependencies/DbUnit-1.2.3.tgz
  828. 3 build/ca.pem
  829. 39 Tests/Framework/ConstraintTest.php
  830. 39 src/Extensions/PhptTestCase.php
  831. 39 PHPUnit/Tests/Framework/AllTests.php
  832. 39 PHPUnit/Framework/Constraint/ObjectHasAttribute.php
  833. 39 PHPUnit/Framework/AssertionFailedError.php
  834. 39 PHPUnit/Extensions/Database/DB/MetaData.php
  835. 38 Tests/TextUI/help.phpt
  836. 38 Tests/TextUI/help2.phpt
  837. 38 PHPUnit/Util/Report/Node/Directory.php
  838. 38 PHPUnit/Util/Metrics/Class.php
  839. 38 PHPUnit/Util/Log/PMD.php
  840. 38 PHPUnit/Tests/Framework/MockObjectTest.php
  841. 38 PHPUnit/Tests/Extensions/Database/DataSet/AllTests.php
  842. 37 src/Runner/PhptTestCase.php
  843. 37 src/Framework/TestFailure.php
  844. 37 src/Framework/ExceptionWrapper.php
  845. 37 src/Framework/Constraint/IsType.php
  846. 37 src/Framework/Constraint/IsEqual.php
  847. 37 PHPUnit/Util/InvalidArgumentHelper.php
  848. 37 PHPUnit/Framework/Test.php
  849. 37 PHPUnit/Framework/SelfDescribing.php
  850. 37 PHPUnit/Framework/Constraint/TraversableContainsOnly.php
  851. 37 PHPUnit/Framework/ComparisonFailure/Object.php
  852. 37 PHPUnit/Extensions/RepeatedTest.php
  853. 37 PHPUnit/Extensions/PhptTestSuite.php
  854. 375 PHPUnit/Framework/TestCase.php
  855. 36 src/Util/Filter.php
  856. 36 PHPUnit/Util/TestDox/ResultPrinter/Text.php
  857. 36 PHPUnit/Util/Report/Node.php
  858. 36 PHPUnit/Util/Metrics/Function.php
  859. 36 PHPUnit/Runner/TestSuiteLoader.php
  860. 36 PHPUnit/Framework/Error.php
  861. 36 PHPUnit/Framework/Constraint/ClassHasAttribute.php
  862. 36 PHPUnit/Extensions/Database/TestCase.php
  863. 35 PHPUnit/Framework.php
  864. 35 PHPUnit/Framework/MockObject/Matcher.php
  865. 35 PHPUnit/Framework/MockObject/Matcher/InvokedCount.php
  866. 35 PHPUnit/Framework/ComparisonFailure/String.php
  867. 35 PHPUnit/Framework/ComparisonFailure/Scalar.php
  868. 35 PHPUnit/Framework/Assert/Functions.php
  869. 35 PHPUnit/Extensions/Database/DB/MetaData/Oci.php
  870. 35 PHPUnit/Extensions/Database/DB/DefaultDatabaseConnection.php
  871. 34 PHPUnit/Util/TestSuiteIterator.php
  872. 34 PHPUnit/Util/Log/JUnit.php
  873. 34 PHPUnit/Util/Log/Database/MySQL.sql
  874. 34 PHPUnit/Tests/Extensions/SeleniumTestCaseTest.php
  875. 34 PHPUnit/Extensions/TestDecorator.php
  876. 34 PHPUnit/Extensions/Story/ResultPrinter/HTML.php
  877. 33 tests/Framework/SuiteTest.php
  878. 33 src/Util/XML.php
  879. 33 src/Util/PHP.php
  880. 33 src/Util/ErrorHandler.php
  881. 33 src/Framework/Constraint/ExceptionMessage.php
  882. 33 src/Framework/Constraint/ArraySubset.php
  883. 33 PHPUnit/Tests/Util/TestDox/AllTests.php
  884. 33 PHPUnit/Tests/Runner/AllTests.php
  885. 33 PHPUnit/Framework/SkippedTest.php
  886. 33 PHPUnit/Framework/SkippedTestError.php
  887. 33 PHPUnit/Framework/IncompleteTest.php
  888. 33 PHPUnit/Framework/IncompleteTestError.php
  889. 32 tests/_files/configuration.xml
  890. 32 src/Util/TestDox/NamePrettifier.php
  891. 32 PHPUnit/Util/Timer.php
  892. 32 PHPUnit/Util/Template.php
  893. 32 PHPUnit/Util/Log/PDO.php
  894. 32 PHPUnit/Util/Log/Database/SQLite3.sql
  895. 32 PHPUnit/Framework/MockObject/Stub.php
  896. 32 PHPUnit/Framework/MockObject/Invocation.php
  897. 32 PHPUnit/Framework/MockObject/InvocationMocker.php
  898. 32 PHPUnit/Framework/ComparisonFailure/Type.php
  899. 32 PHPUnit/Extensions/Story/TestCase.php
  900. 32 PHPUnit/Extensions/Story/ResultPrinter/Text.php
  901. 32 PHPUnit/Extensions/Database/DataSet/FlatXmlDataSet.php
  902. 31 src/Runner/BaseTestRunner.php
  903. 31 src/Framework/Constraint/IsIdentical.php
  904. 31 phpunit.xml.dist
  905. 31 PHPUnit/Tests/Extensions/Database/Operation/OperationsTest.php
  906. 31 PHPUnit/Extensions/Database/Operation/Truncate.php
  907. 30 Tests/Util/TestTest.php
  908. 30 src/Util/Printer.php
  909. 30 src/Util/Getopt.php
  910. 30 src/Framework/Constraint/Count.php
  911. 30 PHPUnit/Util/FilterIterator.php
  912. 30 PHPUnit/Framework/MockObject/Matcher/MethodName.php
  913. 30 PHPUnit/Framework/MockObject/Builder/InvocationMocker.php
  914. 30 PHPUnit/Framework/Constraint/StringMatches.php
  915. 30 PHPUnit/Extensions/SeleniumTestCase/phpunit_coverage.php
  916. 30 PHPUnit/Extensions/PerformanceTestCase.php
  917. 30 PHPUnit/Extensions/Database/DataSet/XmlDataSet.php
  918. 30 ChangeLog-6.4.md
  919. 2 Util/Timer.php
  920. 2 Util/Test.php
  921. 2 Util/TestDox/ResultPrinter/Text.php
  922. 2 Util/TestDox/ResultPrinter.php
  923. 2 Util/TestDox/ResultPrinter/HTML.php
  924. 2 Util/TestDox/NamePrettifier.php
  925. 2 Util/Template.php
  926. 2 Util/Skeleton/TestClass.php
  927. 2 Util/Skeleton.php
  928. 2 Util/Report/Test/Node/TestSuite.php
  929. 2 Util/Report/Test/Node/Test.php
  930. 2 Util/Report/Test/Node.php
  931. 2 Util/Report/Test/Factory.php
  932. 2 Util/Report.php
  933. 2 Util/Report/Coverage/Node.php
  934. 2 Util/Report/Coverage/Node/File.php
  935. 2 Util/Report/Coverage/Node/Directory.php
  936. 2 Util/Report/Coverage/Factory.php
  937. 2 Util/Printer.php
  938. 2 Util/Log/XML.php
  939. 2 Util/Log/TAP.php
  940. 2 Util/Log/PEAR.php
  941. 2 Util/Log/GraphViz.php
  942. 2 Util/Log/Eclipse.php
  943. 2 Util/Getopt.php
  944. 2 Util/Filter.php
  945. 2 Util/Filesystem.php
  946. 2 Util/Fileloader.php
  947. 2 Util/ErrorHandler.php
  948. 2 Util/Array.php
  949. 2 TextUI/ResultPrinter.php
  950. 2 Tests/Util/TimerTest.php
  951. 2 Tests/Util/TestDox/AllTests.php
  952. 2 tests/Util/ConfigurationGeneratorTest.php
  953. 2 Tests/Util/AllTests.php
  954. 2 tests/TextUI/testdox-verbose.phpt
  955. 2 tests/TextUI/strict.phpt
  956. 2 tests/TextUI/strict-isolation.phpt
  957. 2 tests/TextUI/strict-incomplete.phpt
  958. 2 Tests/TextUI/positional-arguments.phpt
  959. 2 tests/TextUI/phpt-stdin.phpt
  960. 2 tests/TextUI/phpt-stderr.phpt
  961. 2 tests/TextUI/phar-extension-suppressed.phpt
  962. 2 tests/TextUI/mycommand.phpt
  963. 2 tests/TextUI/log-json.phpt
  964. 2 tests/TextUI/list-tests-xml-dataprovider.phpt
  965. 2 tests/TextUI/list-tests-raw-dataprovider.phpt
  966. 2 tests/TextUI/list-suites-raw.phpt
  967. 2 tests/TextUI/list-suites.phpt
  968. 2 tests/TextUI/list-groups-raw.phpt
  969. 2 tests/TextUI/forward-compatibility.phpt
  970. 2 Tests/TextUI/filter-dataprovider-by-string.phpt
  971. 2 Tests/TextUI/filter-dataprovider-by-string-isolation.phpt
  972. 2 Tests/TextUI/filter-dataprovider-by-regexp.phpt
  973. 2 Tests/TextUI/filter-dataprovider-by-regexp-isolation.phpt
  974. 2 Tests/TextUI/filter-dataprovider-by-range.phpt
  975. 2 Tests/TextUI/filter-dataprovider-by-range-isolation.phpt
  976. 2 Tests/TextUI/filter-dataprovider-by-only-string.phpt
  977. 2 Tests/TextUI/filter-dataprovider-by-only-string-isolation.phpt
  978. 2 Tests/TextUI/filter-dataprovider-by-only-regexp.phpt
  979. 2 Tests/TextUI/filter-dataprovider-by-only-regexp-isolation.phpt
  980. 2 Tests/TextUI/filter-dataprovider-by-only-range.phpt
  981. 2 Tests/TextUI/filter-dataprovider-by-only-range-isolation.phpt
  982. 2 Tests/TextUI/filter-dataprovider-by-number.phpt
  983. 2 Tests/TextUI/filter-dataprovider-by-number-isolation.phpt
  984. 2 Tests/TextUI/filter-dataprovider-by-classname-and-range.phpt
  985. 2 Tests/TextUI/filter-dataprovider-by-classname-and-range-isolation.phpt
  986. 2 tests/TextUI/dataprovider-pair.phpt
  987. 2 Tests/Runner/AllTests.php
  988. 2 tests/Regression/Trac/783/ParentSuite.php
  989. 2 tests/Regression/Trac/684/Issue684Test.php
  990. 2 tests/Regression/Trac/578/Issue578Test.php
  991. 2 tests/Regression/GitHub/873/Issue873Test.php
  992. 2 tests/Regression/GitHub/797/Issue797Test.php
  993. 2 tests/Regression/GitHub/765/Issue765Test.php
  994. 2 Tests/Regression/GitHub/74/NewException.php
  995. 2 tests/Regression/GitHub/74/Issue74Test.php
  996. 2 tests/Regression/GitHub/503/Issue503Test.php
  997. 2 Tests/Regression/GitHub/445/Issue445Test.php
  998. 2 tests/Regression/GitHub/445/Issue445Test.php
  999. 2 tests/Regression/GitHub/433/Issue433Test.php
  1000. 2 Tests/Regression/GitHub/322/phpunit322.xml
  1001. 2 tests/Regression/GitHub/2972/unconventiallyNamedIssue2972Test.php
  1002. 2 tests/Regression/GitHub/2972/issue-2972-test.phpt
  1003. 2 tests/Regression/GitHub/2811/Issue2811Test.php
  1004. 2 tests/Regression/GitHub/2758/phpunit.xml
  1005. 2 tests/Regression/GitHub/2591-separate-function-no-preserve-no-bootstrap-xdebug.phpt
  1006. 2 tests/Regression/GitHub/2591-separate-function-no-preserve-no-bootstrap-php73.phpt
  1007. 2 tests/Regression/GitHub/2591-separate-class-preserve-no-bootstrap.phpt
  1008. 2 tests/Regression/GitHub/2591/bootstrapNoBootstrap.php
  1009. 2 tests/Regression/GitHub/244/Issue244Test.php
  1010. 2 tests/Regression/GitHub/2448/Test.php
  1011. 2 tests/Regression/GitHub/2448-not-existing-test.phpt
  1012. 2 tests/Regression/GitHub/2448-existing-test.phpt
  1013. 2 tests/Regression/GitHub/2435.phpt
  1014. 2 tests/Regression/GitHub/2435/Issue2435Test.php
  1015. 2 tests/Regression/GitHub/2382.phpt
  1016. 2 tests/Regression/GitHub/2380.phpt
  1017. 2 tests/Regression/GitHub/2366.phpt
  1018. 2 tests/Regression/GitHub/2158/constant.inc
  1019. 2 tests/Regression/GitHub/2137/Issue2137Test.php
  1020. 2 tests/Regression/GitHub/1472/Issue1472Test.php
  1021. 2 tests/Regression/GitHub/1437/Issue1437Test.php
  1022. 2 tests/Regression/GitHub/1348/Issue1348Test.php
  1023. 2 tests/Regression/GitHub/1340-php5.phpt
  1024. 2 tests/Regression/GitHub/1330/Issue1330Test.php
  1025. 2 tests/Regression/GitHub/1265/phpunit1265.xml
  1026. 2 tests/Regression/GitHub/1265/Issue1265Test.php
  1027. 2 tests/Regression/GitHub/1216/Issue1216Test.php
  1028. 2 tests/Regression/GitHub/1149/Issue1149Test.php
  1029. 2 tests/Regression/783/TwoTest.php
  1030. 2 tests/Regression/783/OneTest.php
  1031. 2 Tests/Regression/578/Issue578Test.php
  1032. 2 Tests/Regression/1021/Issue1021Test.php
  1033. 2 Tests/Framework/MockObject/interface.phpt
  1034. 2 Tests/Framework/MockObject/class.phpt
  1035. 2 Tests/Framework/MockObject/class_partial.phpt
  1036. 2 Tests/Framework/MockObject/class_implementing_interface_dont_call_parent_constructor.phpt
  1037. 2 Tests/Framework/MockObject/class_implementing_interface_call_parent_constructor.phpt
  1038. 2 Tests/Framework/MockObject/class_dont_call_parent_constructor.phpt
  1039. 2 Tests/Framework/MockObject/class_dont_call_parent_clone.phpt
  1040. 2 Tests/Framework/MockObject/class_call_parent_constructor.phpt
  1041. 2 Tests/Framework/MockObject/class_call_parent_clone.phpt
  1042. 2 tests/Framework/Constraint/IsEqualTest.php
  1043. 2 tests/Framework/Constraint/ConstraintTestCase.php
  1044. 2 tests/Framework/Assert/FunctionsTest.php
  1045. 2 Tests/Framework/AllTests.php
  1046. 2 tests/fixtures/TruthyConstraint.php
  1047. 2 tests/fixtures/NamedConstraint.php
  1048. 2 tests/fixtures/FalsyConstraint.php
  1049. 2 tests/fixtures/CountConstraint.php
  1050. 2 Tests/_files/TornDown.php
  1051. 2 Tests/_files/TornDown6.php
  1052. 2 Tests/_files/TornDown5.php
  1053. 2 Tests/_files/TornDown4.php
  1054. 2 Tests/_files/TornDown3.php
  1055. 2 Tests/_files/TornDown2.php
  1056. 2 tests/_files/ThrowNoExceptionTestCase.php
  1057. 2 tests/_files/TestTestError.php
  1058. 2 tests/_files/TestSkipped.php
  1059. 2 tests/_files/TestIterator.php
  1060. 2 tests/_files/TestIncomplete.php
  1061. 2 tests/_files/TestGeneratorMaker.php
  1062. 2 tests/_files/TestableCliTestDoxPrinter.php
  1063. 2 Tests/_files/TemplateMethodsTest.php
  1064. 2 Tests/_files/TearDownFailure.php
  1065. 2 tests/_files/Success.php
  1066. 2 Tests/_files/structureIgnoreTextNodes.xml
  1067. 2 tests/_files/StopsOnWarningTest.php
  1068. 2 Tests/_files/StaticMockTestClass.php
  1069. 2 Tests/_files/SleepTest.php
  1070. 2 Tests/_files/Sleep.php
  1071. 2 Tests/_files/Singleton.php
  1072. 2 Tests/_files/SetupFailure.php
  1073. 2 tests/_files/SelectorAssertionsFixture.html
  1074. 2 tests/_files/SampleClass.php
  1075. 2 Tests/_files/SampleArrayAccess.php
  1076. 2 Tests/_files/RequirementsClassDocBlockTest.php
  1077. 2 tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.2.phar
  1078. 2 tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.1.phar
  1079. 2 tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.0.phar
  1080. 2 Tests/_files/PartialMockTestClass.php
  1081. 2 tests/_files/OutputTestCase.php
  1082. 2 tests/_files/OneTestCase.php
  1083. 2 tests/_files/NotVoidTestCase.php
  1084. 2 tests/_files/NotPublicTestCase.php
  1085. 2 tests/_files/NothingTest.php
  1086. 2 tests/_files/NotExistingCoveredElementTest.php
  1087. 2 tests/_files/NoTestCases.php
  1088. 2 tests/_files/NoArgTestCaseTest.php
  1089. 2 tests/_files/NamespaceCoveragePublicTest.php
  1090. 2 tests/_files/NamespaceCoverageProtectedTest.php
  1091. 2 tests/_files/NamespaceCoveragePrivateTest.php
  1092. 2 tests/_files/NamespaceCoverageNotPublicTest.php
  1093. 2 tests/_files/NamespaceCoverageNotProtectedTest.php
  1094. 2 tests/_files/NamespaceCoverageNotPrivateTest.php
  1095. 2 tests/_files/NamespaceCoverageMethodTest.php
  1096. 2 tests/_files/NamespaceCoverageClassTest.php
  1097. 2 tests/_files/NamespaceCoverageClassExtendedTest.php
  1098. 2 tests/_files/MyCommand.php
  1099. 2 tests/_files/MockRunner.php
  1100. 2 Tests/_files/MethodCallback.php
  1101. 2 tests/_files/JsonData/simpleObject2.json
  1102. 2 tests/_files/IsolationTest.php
  1103. 2 tests/_files/IniTest.php
  1104. 2 tests/_files/IncompleteTest.php
  1105. 2 tests/_files/IgnoreCodeCoverageClass.php
  1106. 2 Tests/_files/GoogleSearch.wsdl
  1107. 2 Tests/_files/FunctionCallback.php
  1108. 2 tests/_files/Failure.php
  1109. 2 Tests/_files/expectedFileFormat.txt
  1110. 2 Tests/_files/ExceptionStackTest.php
  1111. 2 Tests/_files/ExceptionNamespaceTest.php
  1112. 2 tests/_files/EmptyTestCaseTest.php
  1113. 2 tests/_files/DummyFooTest.php
  1114. 2 tests/_files/DummyBarTest.php
  1115. 2 Tests/_files/DependencyTestSuite.php
  1116. 2 tests/_files/DataProviderPair/SecondTest.php
  1117. 2 tests/_files/DataProviderPair/FirstTest.php
  1118. 2 tests/_files/DataProviderIssue2922/FirstTest.php
  1119. 2 tests/_files/CoveragePublicTest.php
  1120. 2 tests/_files/CoverageProtectedTest.php
  1121. 2 tests/_files/CoveragePrivateTest.php
  1122. 2 tests/_files/CoverageNotPublicTest.php
  1123. 2 tests/_files/CoverageNotProtectedTest.php
  1124. 2 tests/_files/CoverageNotPrivateTest.php
  1125. 2 tests/_files/CoverageNothingTest.php
  1126. 2 tests/_files/CoverageNoneTest.php
  1127. 2 tests/_files/CoverageNamespacedFunctionTest.php
  1128. 2 tests/_files/CoverageMethodTest.php
  1129. 2 tests/_files/CoverageMethodParenthesesTest.php
  1130. 2 tests/_files/CoverageFunctionTest.php
  1131. 2 tests/_files/CoverageFunctionParenthesesTest.php
  1132. 2 tests/_files/CoverageClassTest.php
  1133. 2 tests/_files/CoverageClassExtendedTest.php
  1134. 2 tests/_files/configuration.one-file-suite.xml
  1135. 2 Tests/_files/ConcreteTest.php
  1136. 2 tests/_files/ConcreteTest.php
  1137. 2 Tests/_files/ConcreteTest.my.php
  1138. 2 tests/_files/ConcreteTest.my.php
  1139. 2 tests/_files/ClassWithScalarTypeDeclarations.php
  1140. 2 Tests/_files/ChangeCurrentWorkingDirectoryTest.php
  1141. 2 Tests/_files/BeforeAndAfterTest.php
  1142. 2 tests/_files/AssertionOnMockTest.php
  1143. 2 tests/_files/AssertionExampleTest.php
  1144. 2 Tests/_files/AbstractMockTestClass.php
  1145. 2 Tests/Extensions/SeleniumTestCaseTest.php
  1146. 2 Tests/Extensions/PerformanceTestCaseTest.php
  1147. 2 Tests/Extensions/MockObjectTest.php
  1148. 2 Tests/Extensions/ExtensionTest.php
  1149. 2 Tests/Extensions/ExceptionTestCaseTest.php
  1150. 2 Tests/Extensions/Database/Operation/RowBasedTest.php
  1151. 2 Tests/Extensions/Database/Operation/OperationsTest.php
  1152. 2 Tests/Extensions/Database/Operation/OperationsMySQLTest.php
  1153. 2 Tests/Extensions/Database/_files/YamlDataSets/testDataSet.yaml
  1154. 2 Tests/Extensions/Database/_files/XmlDataSets/XmlWriter.xml
  1155. 2 Tests/Extensions/Database/_files/XmlDataSets/XmlWriterEntities.xml
  1156. 2 Tests/Extensions/Database/_files/XmlDataSets/XmlDataSet.xml
  1157. 2 Tests/Extensions/Database/_files/XmlDataSets/UpdateOperationTest.xml
  1158. 2 Tests/Extensions/Database/_files/XmlDataSets/UpdateOperationResult.xml
  1159. 2 Tests/Extensions/Database/_files/XmlDataSets/RowBasedExecute.xml
  1160. 2 Tests/Extensions/Database/_files/XmlDataSets/ReplaceOperationTest.xml
  1161. 2 Tests/Extensions/Database/_files/XmlDataSets/ReplaceOperationResult.xml
  1162. 2 Tests/Extensions/Database/_files/XmlDataSets/QueryDataSetTest.xml
  1163. 2 Tests/Extensions/Database/_files/XmlDataSets/OperationsTestFixture.xml
  1164. 2 Tests/Extensions/Database/_files/XmlDataSets/OperationsMySQLTestFixture.xml
  1165. 2 Tests/Extensions/Database/_files/XmlDataSets/MysqlXmlDataSet.xml
  1166. 2 Tests/Extensions/Database/_files/XmlDataSets/InsertOperationTest.xml
  1167. 2 Tests/Extensions/Database/_files/XmlDataSets/InsertOperationResult.xml
  1168. 2 Tests/Extensions/Database/_files/XmlDataSets/FlatXmlWriter.xml
  1169. 2 Tests/Extensions/Database/_files/XmlDataSets/FlatXmlWriterEntities.xml
  1170. 2 Tests/Extensions/Database/_files/XmlDataSets/FlatXmlDataSet.xml
  1171. 2 Tests/Extensions/Database/_files/XmlDataSets/FilteredTestFixture.xml
  1172. 2 Tests/Extensions/Database/_files/XmlDataSets/FilteredTestComparison.xml
  1173. 2 Tests/Extensions/Database/_files/XmlDataSets/EmptyTableInsertTest.xml
  1174. 2 Tests/Extensions/Database/_files/XmlDataSets/EmptyTableInsertResult.xml
  1175. 2 Tests/Extensions/Database/_files/XmlDataSets/DeleteOperationTest.xml
  1176. 2 Tests/Extensions/Database/_files/XmlDataSets/DeleteOperationResult.xml
  1177. 2 Tests/Extensions/Database/_files/XmlDataSets/DeleteAllOperationTest.xml
  1178. 2 Tests/Extensions/Database/_files/XmlDataSets/AllEmptyTableInsertTest.xml
  1179. 2 Tests/Extensions/Database/_files/XmlDataSets/AllEmptyTableInsertResult.xml
  1180. 2 Tests/Extensions/Database/_files/DatabaseTestUtility.php
  1181. 2 Tests/Extensions/Database/_files/CsvDataSets/table2.csv
  1182. 2 Tests/Extensions/Database/_files/CsvDataSets/table1.csv
  1183. 2 Tests/Extensions/Database/DataSet/YamlDataSetTest.php
  1184. 2 Tests/Extensions/Database/DataSet/XmlDataSetsTest.php
  1185. 2 Tests/Extensions/Database/DataSet/ReplacementTableTest.php
  1186. 2 Tests/Extensions/Database/DataSet/ReplacementDataSetTest.php
  1187. 2 Tests/Extensions/Database/DataSet/QueryTableTest.php
  1188. 2 Tests/Extensions/Database/DataSet/QueryDataSetTest.php
  1189. 2 Tests/Extensions/Database/DataSet/PersistorTest.php
  1190. 2 Tests/Extensions/Database/DataSet/FilterTest.php
  1191. 2 Tests/Extensions/Database/DataSet/CsvDataSetTest.php
  1192. 2 Tests/Extensions/Database/DataSet/CompositeDataSetTest.php
  1193. 2 Tests/Extensions/AllTests.php
  1194. 2 tests/Constraint/StringMatchesFormatDescriptionTest.php
  1195. 2 tests/Constraint/StringContainsTest.php
  1196. 2 tests/Constraint/SameSizeTest.php
  1197. 2 tests/Constraint/RegularExpressionTest.php
  1198. 2 tests/Constraint/ObjectHasAttributeTest.php
  1199. 2 tests/Constraint/LogicalOrTest.php
  1200. 2 tests/Constraint/LogicalAndTest.php
  1201. 2 tests/Constraint/LessThanTest.php
  1202. 2 tests/Constraint/IsWritableTest.php
  1203. 2 tests/Constraint/IsTypeTest.php
  1204. 2 tests/Constraint/IsReadableTest.php
  1205. 2 tests/Constraint/IsNullTest.php
  1206. 2 tests/Constraint/IsIdenticalTest.php
  1207. 2 tests/Constraint/IsEqualTest.php
  1208. 2 tests/Constraint/IsEmptyTest.php
  1209. 2 tests/Constraint/GreaterThanTest.php
  1210. 2 tests/Constraint/FileExistsTest.php
  1211. 2 tests/Constraint/ClassHasStaticAttributeTest.php
  1212. 2 tests/Constraint/ClassHasAttributeTest.php
  1213. 2 tests/Constraint/CallbackTest.php
  1214. 2 tests/Constraint/AttributeTest.php
  1215. 2 Tests/AllTests.php
  1216. 2 src/Util/TextTestListRenderer.php
  1217. 2 src/Util/PHP/Template/TestCaseClass.tpl.dist
  1218. 2 src/Extensions/PhptTestCase/Logger.php
  1219. 2 src/BackwardCompatibility/TestListener.php
  1220. 2 src/BackwardCompatibility/TestCase.php
  1221. 2 src/BackwardCompatibility/BaseTestListener.php
  1222. 2 src/BackwardCompatibility/Assert.php
  1223. 2 Samples/BankAccountDB/_files/bank-account-seed.xml
  1224. 2 Samples/BankAccountDB/_files/bank-account-after-withdrawals.xml
  1225. 2 Samples/BankAccountDB/_files/bank-account-after-new-account.xml
  1226. 2 Samples/BankAccountDB/_files/bank-account-after-deposits.xml
  1227. 2 Samples/BankAccountDB/BankAccount.php
  1228. 2 Samples/BankAccountDB/BankAccountDBTest.php
  1229. 2 Samples/BankAccountDB/BankAccountDBTestMySQL.php
  1230. 2 Samples/BankAccountDB/BankAccountCompositeTest.php
  1231. 2 Samples/BankAccount/BankAccountFailureTest.php
  1232. 2 Runner/Version.php
  1233. 2 Runner/TestSuiteLoader.php
  1234. 2 Runner/TestFilterIterator.php
  1235. 2 Runner/TestCollector.php
  1236. 2 Runner/StandardTestSuiteLoader.php
  1237. 2 Runner/IncludePathTestCollector.php
  1238. 2 Runner/BaseTestRunner.php
  1239. 2 .project
  1240. 2 PHPUnit/Util/Skeleton/TestMethodStatic.tpl
  1241. 2 PHPUnit/Util/Skeleton/TestMethodException.tpl
  1242. 2 PHPUnit/Util/Skeleton/TestMethodExceptionStatic.tpl
  1243. 2 PHPUnit/Util/Skeleton/TestMethodBool.tpl
  1244. 2 PHPUnit/Util/Skeleton/TestMethodBoolStatic.tpl
  1245. 2 PHPUnit/Util/Skeleton/Template/TestMethod.tpl
  1246. 2 PHPUnit/Util/Skeleton/Template/TestMethodStatic.tpl
  1247. 2 PHPUnit/Util/Skeleton/Template/TestMethodException.tpl
  1248. 2 PHPUnit/Util/Skeleton/Template/TestMethodExceptionStatic.tpl
  1249. 2 PHPUnit/Util/Skeleton/Template/TestMethodBool.tpl
  1250. 2 PHPUnit/Util/Skeleton/Template/TestMethodBoolStatic.tpl
  1251. 2 PHPUnit/Util/Skeleton/Template/Method.tpl.dist
  1252. 2 PHPUnit/Util/Skeleton/Template/Method.tpl
  1253. 2 PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl
  1254. 2 PHPUnit/Util/Skeleton/Template/Class.tpl.dist
  1255. 2 PHPUnit/Util/Skeleton/Template/Class.tpl
  1256. 2 PHPUnit/Util/Skeleton/IncompleteTestMethod.php
  1257. 2 PHPUnit/Util/Report/Template/testsuite_item.html
  1258. 2 PHPUnit/Util/Report/Template/file_no_yui.html
  1259. 2 PHPUnit/Util/Report/Template/coverage_item_details.html
  1260. 2 PHPUnit/Util/Report/Template/coverage_item_details_header.html
  1261. 2 PHPUnit/Util/Report/Factory.php
  1262. 2 PHPUnit/Util/PHP/Template/TestCaseMethod.tpl.dist
  1263. 2 PHPUnit/Util/PHP/Template/PHPT.tpl.dist
  1264. 2 PHPUnit/Util/Metrics/Package.php
  1265. 2 PHPUnit/Util/Group.php
  1266. 2 PHPUnit/Util/Filters/TestFilterIterator.php
  1267. 2 PHPUnit/Util/Filters/IncludeGroupFilterIterator.php
  1268. 2 PHPUnit/Util/Filters/GroupFilterIterator.php
  1269. 2 PHPUnit/Util/Filters/FilterIteratorFactory.php
  1270. 2 PHPUnit/Util/Filters/ExcludeGroupFilterIterator.php
  1271. 2 PHPUnit/Tests/TextUI/dependencies-isolation2.phpt
  1272. 2 PHPUnit/Tests/Regression/Issue684Test.php
  1273. 2 PHPUnit/Tests/Regression/684/Issue684Test.php
  1274. 2 PHPUnit/Tests/Regression/578/Issue578Test.php
  1275. 2 PHPUnit/Tests/Regression/1021/Issue1021Test.php
  1276. 2 PHPUnit/Tests/_files/TemplateMethodsTest.php
  1277. 2 PHPUnit/Tests/_files/structureWrongNumberOfNodes.xml
  1278. 2 PHPUnit/Tests/_files/structureWrongNumberOfAttributes.xml
  1279. 2 PHPUnit/Tests/_files/structureIsSameButDataIsNot.xml
  1280. 2 PHPUnit/Tests/_files/structureIgnoreTextNodes.xml
  1281. 2 PHPUnit/Tests/_files/structureExpected.xml
  1282. 2 PHPUnit/Tests/_files/structureAttributesAreSameButValuesAreNot.xml
  1283. 2 PHPUnit/Tests/_files/StackTest.php
  1284. 2 PHPUnit/Tests/_files/MultiDependencyTest.php
  1285. 2 PHPUnit/Tests/_files/GoogleSearch.wsdl
  1286. 2 PHPUnit/Tests/_files/foo.xml
  1287. 2 PHPUnit/Tests/_files/ExceptionTest.php
  1288. 2 PHPUnit/Tests/_files/ExceptionInTest.php
  1289. 2 PHPUnit/Tests/_files/ExceptionInTearDownTest.php
  1290. 2 PHPUnit/Tests/_files/ExceptionInSetUpTest.php
  1291. 2 PHPUnit/Tests/_files/ExceptionInAssertPreConditionsTest.php
  1292. 2 PHPUnit/Tests/_files/ExceptionInAssertPostConditionsTest.php
  1293. 2 PHPUnit/Tests/_files/EmptyTestCaseTest.php
  1294. 2 PHPUnit/Tests/_files/DataSetTest.php
  1295. 2 PHPUnit/Tests/_files/DataProviderTest.php
  1296. 2 PHPUnit/Tests/_files/ConcreteTest.php
  1297. 2 PHPUnit/Tests/_files/bar.xml
  1298. 2 PHPUnit/Tests/_files/AbstractTest.php
  1299. 2 PHPUnit/Tests/Extensions/DBUnit/Operation/OperationsTest.php
  1300. 2 PHPUnit/Tests/Extensions/Database/_files/YamlDataSets/testDataSet.yaml
  1301. 2 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/XmlWriter.xml
  1302. 2 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/XmlWriterEntities.xml
  1303. 2 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/OperationsMySQLTestFixture.xml
  1304. 2 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/FlatXmlWriterEntities.xml
  1305. 2 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/EmptyTableInsertTest.xml
  1306. 2 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/EmptyTableInsertResult.xml
  1307. 2 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/AllEmptyTableInsertTest.xml
  1308. 2 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/AllEmptyTableInsertResult.xml
  1309. 2 PHPUnit/Tests/config.xml.dist
  1310. 2 PHPUnit/Samples/Money/.cvsignore
  1311. 2 PHPUnit/Samples/BankAccount/.cvsignore
  1312. 2 PHPUnit/package.xml
  1313. 2 PHPUnit/GtkUI/Runner.php
  1314. 2 PHPUnit/GtkUI/img/warning.svg
  1315. 2 PHPUnit/GtkUI/img/warning.png
  1316. 2 PHPUnit/GtkUI/img/success.svg
  1317. 2 PHPUnit/GtkUI/img/success.png
  1318. 2 PHPUnit/GtkUI/img/skipped.svg
  1319. 2 PHPUnit/GtkUI/img/skipped.png
  1320. 2 PHPUnit/GtkUI/img/info.svg
  1321. 2 PHPUnit/GtkUI/img/info.png
  1322. 2 PHPUnit/GtkUI/img/failed.svg
  1323. 2 PHPUnit/GtkUI/img/failed.png
  1324. 2 PHPUnit/GtkUI/img/error.svg
  1325. 2 PHPUnit/GtkUI/img/error.png
  1326. 2 PHPUnit/GtkUI/img/empty.svg
  1327. 2 PHPUnit/GtkUI/img/empty.png
  1328. 2 PHPUnit/Framework/TestExclude.php
  1329. 2 PHPUnit/Framework/MockObject/StaticInvocation.php
  1330. 2 PHPUnit/Framework/MockObject/ObjectInvocation.php
  1331. 2 PHPUnit/Framework/Constraint/StaticAttributeIsEqual.php
  1332. 2 PHPUnit/Extensions/XHProfListener.php
  1333. 2 PHPUnit/Extensions/Story/ResultPrinter/Template/step.html.dist
  1334. 2 PHPUnit/Extensions/Story/ResultPrinter/Template/step.html
  1335. 2 PHPUnit/Extensions/Story/ResultPrinter/Template/scenarios.html.dist
  1336. 2 PHPUnit/Extensions/Story/ResultPrinter/Template/scenarios.html
  1337. 2 PHPUnit/Extensions/Story/ResultPrinter/Template/scenario.html.dist
  1338. 2 PHPUnit/Extensions/Story/ResultPrinter/Template/scenario.html
  1339. 2 PHPUnit/Extensions/Story/ResultPrinter/Template/scenario_header.html.dist
  1340. 2 PHPUnit/Extensions/Story/ResultPrinter/Template/scenario_header.html
  1341. 2 PHPUnit/Extensions/Database/IDatabaseTester.php
  1342. 2 PHPUnit/Extensions/Database/DefaultDatabaseTester.php
  1343. 2 PHPUnit/Extensions/Database/AbstractDatabaseTester.php
  1344. 2 PHPUnit/Bundled/eZcomponents/Base/options.php
  1345. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/whatever.php
  1346. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/value.php
  1347. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/setting_value.php
  1348. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/setting_not_found.php
  1349. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/property_permission.php
  1350. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/property_not_found.php
  1351. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/file_permission.php
  1352. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/file_not_found.php
  1353. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/file_io.php
  1354. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/file_exception.php
  1355. 2 PHPUnit/Bundled/eZcomponents/Base/exceptions/exception.php
  1356. 2 PHPUnit/Bundled/eZcomponents/Base/base.php
  1357. 2 PHPUnit/Bundled/eZcomponents/Base/base_autoload.php
  1358. 2 PHPUnit2/Util/Log/XML.php
  1359. 2 PHPUnit2/Util/Log/PEAR.php
  1360. 2 PHPUnit2/Runner/TestSuiteLoader.php
  1361. 2 PHPUnit2/Runner/TestCollector.php
  1362. 2 PHPUnit2/Runner/StandardTestSuiteLoader.php
  1363. 2 PHPUnit2/Runner/IncludePathTestCollector.php
  1364. 2 PHPUnit2/Runner/BaseTestRunner.php
  1365. 2 PHPUnit2/Framework/Warning.php
  1366. 2 PHPUnit2/Framework/IncompleteTest.php
  1367. 2 PHPUnit2/Framework/IncompleteTestError.php
  1368. 2 PHPUnit2/Framework/Error.php
  1369. 2 PHPUnit2/Framework/ComparisonFailure.php
  1370. 2 PHPUnit2/Framework/AssertionFailedError.php
  1371. 2 phpstan-tests.neon
  1372. 2 ISSUE_TEMPLATE.md
  1373. 2 .github/CODE_OF_CONDUCT.md
  1374. 2 Framework/Warning.php
  1375. 2 Framework/TestSuite.php
  1376. 2 Framework/TestResult.php
  1377. 2 Framework/Test.php
  1378. 2 Framework/TestListener.php
  1379. 2 Framework/TestFailure.php
  1380. 2 Framework/TestCase.php
  1381. 2 Framework/SkippedTest.php
  1382. 2 Framework/SkippedTestError.php
  1383. 2 Framework/SelfDescribing.php
  1384. 2 Framework.php
  1385. 2 Framework/IncompleteTest.php
  1386. 2 Framework/IncompleteTestError.php
  1387. 2 Framework/ExpectationFailedException.php
  1388. 2 Framework/Error.php
  1389. 2 Framework/Constraint/TraversableContains.php
  1390. 2 Framework/Constraint/StringContains.php
  1391. 2 Framework/Constraint.php
  1392. 2 Framework/Constraint/PCREMatch.php
  1393. 2 Framework/Constraint/Or.php
  1394. 2 Framework/Constraint/ObjectHasAttribute.php
  1395. 2 Framework/Constraint/Not.php
  1396. 2 Framework/Constraint/LessThan.php
  1397. 2 Framework/Constraint/IsType.php
  1398. 2 Framework/Constraint/IsInstanceOf.php
  1399. 2 Framework/Constraint/IsIdentical.php
  1400. 2 Framework/Constraint/IsEqual.php
  1401. 2 Framework/Constraint/IsAnything.php
  1402. 2 Framework/Constraint/GreaterThan.php
  1403. 2 Framework/Constraint/FileExists.php
  1404. 2 Framework/Constraint/ArrayHasKey.php
  1405. 2 Framework/Constraint/And.php
  1406. 2 Framework/ComparisonFailure/Type.php
  1407. 2 Framework/ComparisonFailure/String.php
  1408. 2 Framework/ComparisonFailure/Scalar.php
  1409. 2 Framework/ComparisonFailure.php
  1410. 2 Framework/ComparisonFailure/Object.php
  1411. 2 Framework/ComparisonFailure/Array.php
  1412. 2 Framework/Assert.php
  1413. 2 Framework/AssertionFailedError.php
  1414. 2 Extensions/TestSetup.php
  1415. 2 Extensions/TestDecorator.php
  1416. 2 Extensions/RepeatedTest.php
  1417. 2 Extensions/PerformanceTestCase.php
  1418. 2 Extensions/OutputTestCase.php
  1419. 2 Extensions/MockObject/Verifiable.php
  1420. 2 Extensions/MockObject/Stub/Return.php
  1421. 2 Extensions/MockObject/Stub.php
  1422. 2 Extensions/MockObject/Stub/MatcherCollection.php
  1423. 2 Extensions/MockObject/Stub/ConsecutiveCalls.php
  1424. 2 Extensions/MockObject/MockObject.php
  1425. 2 Extensions/MockObject/Matcher/StatelessInvocation.php
  1426. 2 Extensions/MockObject/Matcher.php
  1427. 2 Extensions/MockObject/Matcher/Parameters.php
  1428. 2 Extensions/MockObject/Matcher/MethodName.php
  1429. 2 Extensions/MockObject/Matcher/InvokedRecorder.php
  1430. 2 Extensions/MockObject/Matcher/InvokedCount.php
  1431. 2 Extensions/MockObject/Matcher/InvokedAtLeastOnce.php
  1432. 2 Extensions/MockObject/Matcher/InvokedAtIndex.php
  1433. 2 Extensions/MockObject/Matcher/Invocation.php
  1434. 2 Extensions/MockObject/Matcher/AnyParameters.php
  1435. 2 Extensions/MockObject/Invokable.php
  1436. 2 Extensions/MockObject/Invocation.php
  1437. 2 Extensions/MockObject/InvocationMocker.php
  1438. 2 Extensions/MockObject/Builder/Stub.php
  1439. 2 Extensions/MockObject/Builder/ParametersMatch.php
  1440. 2 Extensions/MockObject/Builder/Namespace.php
  1441. 2 Extensions/MockObject/Builder/MethodNameMatch.php
  1442. 2 Extensions/MockObject/Builder/Match.php
  1443. 2 Extensions/MockObject/Builder/InvocationMocker.php
  1444. 2 Extensions/MockObject/Builder/Identity.php
  1445. 2 Extensions/ExceptionTestCase.php
  1446. 2 CODE_OF_CONDUCT.md
  1447. 2 build/tools/php-scoper.pubkey
  1448. 2 build/tools/php-scoper
  1449. 2 build/tools/phpmd
  1450. 2 build/tools/php-cs-fixer
  1451. 2 build/phpunit.xml
  1452. 2 build/PHPCS/ruleset.xml
  1453. 2 build/logs/junit.xml
  1454. 2 build/generate_global_assert_wrappers.php
  1455. 2 build/dependencies/Yaml-2.1.2.tgz
  1456. 2 build/dependencies/Version-1.0.1.tgz
  1457. 2 build/dependencies/Text_Template-1.1.3.tgz
  1458. 2 build/dependencies/PHPUnit_Selenium-1.2.9.tgz
  1459. 2 build/dependencies/PHPUnit_Selenium-1.2.10.tgz
  1460. 2 build/dependencies/PHPUnit_MockObject-1.2.2.tgz
  1461. 2 build/dependencies/PHPUnit_MockObject-1.2.1.tgz
  1462. 2 build/dependencies/PHP_TokenStream-1.1.7.tgz
  1463. 2 build/dependencies/PHP_TokenStream-1.1.6.tgz
  1464. 2 build/dependencies/PHP_TokenStream-1.1.5.tgz
  1465. 2 build/dependencies/PHP_Timer-1.0.4.tgz
  1466. 2 build/dependencies/PHP_CodeCoverage-1.2.7.tgz
  1467. 2 build/dependencies/PHP_CodeCoverage-1.2.6.tgz
  1468. 2 build/dependencies/PHP_CodeCoverage-1.2.5.tgz
  1469. 2 build/dependencies/PHP_CodeCoverage-1.2.11.tgz
  1470. 2 build/dependencies/PHP_CodeCoverage-1.2.10.tgz
  1471. 2 build/dependencies/Exporter-1.0.0.tgz
  1472. 2 build/dependencies/Diff-1.0.0.tgz
  1473. 2 build/dependencies/DbUnit-1.2.2.tgz
  1474. 2 build/dependencies/DbUnit-1.2.1.tgz
  1475. 2 build/bin/phpab
  1476. 2 build/ant2dot.xsl
  1477. 29 tests/Framework/Constraint/JsonMatchesTest.php
  1478. 29 PHPUnit/Util/Report/Coverage/Node/File.php
  1479. 29 PHPUnit/Util/Log/CodeCoverage/XML/Clover.php
  1480. 29 PHPUnit/Framework/MockObject/MockObject.php
  1481. 29 PHPUnit/Framework/MockObject/Matcher/Parameters.php
  1482. 29 PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php
  1483. 29 PHPUnit/Extensions/Story/ResultPrinter.php
  1484. 29 PHPUnit/Extensions/Database/Operation/RowBased.php
  1485. 29 PHPUnit/Extensions/Database/DB/IDatabaseConnection.php
  1486. 29 phpunit
  1487. 295 src/Runner/Version.php
  1488. 294 PHPUnit/TextUI/Command.php
  1489. 290 composer.json
  1490. 28 tests/Util/TestDox/NamePrettifierTest.php
  1491. 28 src/Framework/Constraint/TraversableContains.php
  1492. 28 src/Framework/Constraint/JsonMatches.php
  1493. 28 PHPUnit/Util/Metrics/File.php
  1494. 28 PHPUnit/Util/Log/GraphViz.php
  1495. 28 PHPUnit/Util/Log/Database.php
  1496. 28 PHPUnit/Runner/TestCollector.php
  1497. 28 PHPUnit/Framework/SkippedTestSuiteError.php
  1498. 28 PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php
  1499. 28 PHPUnit/Framework/Constraint/ClassHasStaticAttribute.php
  1500. 28 PHPUnit/Extensions/TicketListener/Trac.php
  1501. 28 PHPUnit/Extensions/Story/Scenario.php
  1502. 28 PHPUnit/Extensions/Database/Operation/Factory.php
  1503. 28 PHPUnit/Extensions/Database/DB/MetaData/MySQL.php
  1504. 28 PHPUnit/Extensions/Database/DB/DataSet.php
  1505. 28 PHPUnit/Extensions/Database/DataSet/AbstractTable.php
  1506. 28 PHPUnit/Extensions/Database/Constraint/TableIsEqual.php
  1507. 28 PHPUnit/Extensions/Database/Constraint/DataSetIsEqual.php
  1508. 28 ChangeLog-5.6.md
  1509. 285 src/Framework/TestCase.php
  1510. 283 PHPUnit/TextUI/TestRunner.php
  1511. 27 src/Util/Fileloader.php
  1512. 27 src/Framework/Constraint/Callback.php
  1513. 27 PHPUnit/Util/Log/PEAR.php
  1514. 27 PHPUnit/Tests/_files/configuration.xml
  1515. 27 PHPUnit/Framework/MockObject/Verifiable.php
  1516. 27 PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php
  1517. 27 PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php
  1518. 27 PHPUnit/Framework/Constraint/IsTrue.php
  1519. 27 PHPUnit/Framework/Constraint/IsNull.php
  1520. 27 PHPUnit/Framework/Constraint/IsFalse.php
  1521. 27 PHPUnit/Extensions/GroupTestSuite.php
  1522. 27 PHPUnit/Extensions/Database/Operation/Insert.php
  1523. 27 PHPUnit/Extensions/Database/DataSet/Persistors/Xml.php
  1524. 27 PHPUnit/Extensions/Database/DataSet/Persistors/FlatXml.php
  1525. 27 .gitignore
  1526. 26 Tests/Framework/TestCaseTest.php
  1527. 26 src/Framework/TestListener.php
  1528. 26 PHPUnit/Util/Log/CodeCoverage/XML/Source.php
  1529. 26 PHPUnit/Tests/Framework/ComparisonFailureTest.php
  1530. 26 PHPUnit/Tests/Extensions/Database/AllTests.php
  1531. 26 PHPUnit/Samples/BankAccount/BankAccountTest.php
  1532. 26 PHPUnit/Framework/MockObject/Stub/Return.php
  1533. 26 PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php
  1534. 26 PHPUnit/Framework/MockObject/Matcher/AnyParameters.php
  1535. 26 PHPUnit/Extensions/Database/Operation/Delete.php
  1536. 26 ChangeLog-7.0.md
  1537. 25 tests/Util/XMLTest.php
  1538. 25 tests/Framework/TestListenerTest.php
  1539. 25 src/Util/PHP/Template/TestCaseMethod.tpl.dist
  1540. 25 src/Runner/StandardTestSuiteLoader.php
  1541. 25 src/Framework/Constraint/Composite.php
  1542. 25 src/Framework/Constraint/Attribute.php
  1543. 25 PHPUnit/Tests/Framework/MockObject/class_implementing_interface_dont_call_parent_constructor.phpt
  1544. 25 PHPUnit/Tests/Framework/MockObject/class_dont_call_parent_constructor.phpt
  1545. 25 PHPUnit/Tests/Extensions/Database/Operation/RowBasedTest.php
  1546. 25 PHPUnit/Tests/Extensions/Database/Operation/AllTests.php
  1547. 25 PHPUnit/Framework/Error/Warning.php
  1548. 25 PHPUnit/Framework/Error/Notice.php
  1549. 25 PHPUnit/Framework/Constraint/StringStartsWith.php
  1550. 25 PHPUnit/Framework/Constraint/StringEndsWith.php
  1551. 25 PHPUnit/Extensions/Story/Step.php
  1552. 25 PHPUnit/Extensions/PhptTestCase/Logger.php
  1553. 25 PHPUnit/Extensions/Database/Operation/DeleteAll.php
  1554. 25 PHPUnit/Extensions/Database/DB/TableIterator.php
  1555. 25 ChangeLog-5.1.md
  1556. 25 ChangeLog-4.7.md
  1557. 25 build/tools/composer
  1558. 24 tests/Runner/PhptTestCaseTest.php
  1559. 24 src/Framework/Constraint/TraversableContainsOnly.php
  1560. 24 src/Framework/Constraint/Exception.php
  1561. 24 PHPUnit/Tests/Util/TestDox/NamePrettifierTest.php
  1562. 24 PHPUnit/Tests/TextUI/log-xml.phpt
  1563. 24 PHPUnit/Tests/TextUI/coverage-source.phpt
  1564. 24 PHPUnit/Tests/Framework/TestListenerTest.php
  1565. 24 PHPUnit/Framework/TestSuite/DataProvider.php
  1566. 24 PHPUnit/Framework/MockObject/Stub/ConsecutiveCalls.php
  1567. 24 PHPUnit/Extensions/Story/When.php
  1568. 24 PHPUnit/Extensions/Story/Then.php
  1569. 24 PHPUnit/Extensions/Story/SeleniumTestCase.php
  1570. 24 PHPUnit/Extensions/Story/Given.php
  1571. 24 PHPUnit/Extensions/Database/DB/MetaData/Sqlite.php
  1572. 24 PHPUnit/Extensions/Database/DB/MetaData/PgSQL.php
  1573. 24 PHPUnit/Extensions/Database/DB/IMetaData.php
  1574. 24 PHPUnit/Extensions/Database/DataSet/DataSetFilter.php
  1575. 243 PHPUnit/Framework/TestSuite.php
  1576. 23 tests/Framework/Constraint/CountTest.php
  1577. 23 src/Util/PHP/Default.php
  1578. 23 PHPUnit/Tests/TextUI/coverage-clover.phpt
  1579. 23 PHPUnit/Tests/Framework/MockObject/class_implementing_interface_call_parent_constructor.phpt
  1580. 23 PHPUnit/Tests/Framework/MockObject/class_call_parent_constructor.phpt
  1581. 23 PHPUnit/Tests/_files/ClassWithNonPublicAttributes.php
  1582. 23 PHPUnit/Tests/Extensions/Database/_files/DatabaseTestUtility.php
  1583. 23 PHPUnit/Framework/MockObject/Stub/MatcherCollection.php
  1584. 23 PHPUnit/Framework/MockObject/Matcher/Invocation.php
  1585. 23 PHPUnit/Framework/MockObject/Invokable.php
  1586. 23 PHPUnit/Framework/MockObject/Builder/Stub.php
  1587. 23 PHPUnit/Framework/MockObject/Builder/ParametersMatch.php
  1588. 23 PHPUnit/Framework/MockObject/Builder/Namespace.php
  1589. 23 PHPUnit/Framework/MockObject/Builder/MethodNameMatch.php
  1590. 23 PHPUnit/Framework/MockObject/Builder/Match.php
  1591. 23 PHPUnit/Extensions/SeleniumTestCase/append.php
  1592. 23 PHPUnit/Extensions/Database/Operation/Update.php
  1593. 23 PHPUnit/Extensions/Database/Operation/Replace.php
  1594. 23 PHPUnit/Extensions/Database/Operation/Exception.php
  1595. 23 PHPUnit/Extensions/Database/DataSet/DefaultTable.php
  1596. 23 PHPUnit/Extensions/Database/DataSet/DefaultTableIterator.php
  1597. 23 PHPUnit/Extensions/Database/DataSet/DefaultDataSet.php
  1598. 23 PHPUnit/Extensions/Database/DataSet/AbstractXmlDataSet.php
  1599. 23 ChangeLog-5.5.md
  1600. 237 PHPUnit/Framework/Assert.php
  1601. 22 Tests/_files/configuration.xml
  1602. 22 src/Util/PHP/AbstractPhpProcess.php
  1603. 22 src/Framework/Constraint/StringContains.php
  1604. 22 src/Framework/Constraint/IsJson.php
  1605. 22 src/Framework/Constraint/ExceptionCode.php
  1606. 22 src/Framework/Constraint/ClassHasAttribute.php
  1607. 22 src/Framework/BaseTestListener.php
  1608. 22 PHPUnit/Tests/TextUI/testdox-html.phpt
  1609. 22 PHPUnit/Tests/TextUI/failure-verbose.phpt
  1610. 22 PHPUnit/Tests/TextUI/failure.phpt
  1611. 22 PHPUnit/Tests/TextUI/dependencies.phpt
  1612. 22 PHPUnit/Tests/Regression/578.phpt
  1613. 22 PHPUnit/Tests/Framework/TestImplementorTest.php
  1614. 22 PHPUnit/Tests/_files/TornDown.php
  1615. 22 PHPUnit/Tests/_files/TornDown2.php
  1616. 22 PHPUnit/Samples/BankAccountDB/BankAccountDBTest.php
  1617. 22 PHPUnit/Samples/BankAccountDB/BankAccountDBTestMySQL.php
  1618. 22 PHPUnit/Samples/BankAccount/BankAccount.php
  1619. 22 PHPUnit/Framework/MockObject/Stub/Exception.php
  1620. 22 PHPUnit/Framework/MockObject/Builder/Identity.php
  1621. 22 PHPUnit/Framework/Exception.php
  1622. 22 PHPUnit/Extensions/Database/ITester.php
  1623. 22 PHPUnit/Extensions/Database/DB/Table.php
  1624. 22 PHPUnit/Extensions/Database/DB/FilteredDataSet.php
  1625. 22 PHPUnit/Extensions/Database/DataSet/YamlDataSet.php
  1626. 22 PHPUnit/Extensions/Database/DataSet/TableMetaDataFilter.php
  1627. 22 PHPUnit/Extensions/Database/DataSet/ITable.php
  1628. 22 PHPUnit/Extensions/Database/DataSet/IPersistable.php
  1629. 22 PHPUnit/Extensions/Database/DataSet/AbstractDataSet.php
  1630. 22 phpunit.bat
  1631. 21 tests/TextUI/log-json-post-66021.phpt
  1632. 21 tests/_files/configuration_xinclude.xml
  1633. 21 src/Framework/Constraint/IsInstanceOf.php
  1634. 21 PHPUnit/Tests/TextUI/log-tap.phpt
  1635. 21 PHPUnit/Tests/TextUI/coverage-clover-public.phpt
  1636. 21 PHPUnit/Tests/TextUI/coverage-clover-protected.phpt
  1637. 21 PHPUnit/Tests/TextUI/coverage-clover-private.phpt
  1638. 21 PHPUnit/Tests/TextUI/coverage-clover-not-public.phpt
  1639. 21 PHPUnit/Tests/TextUI/coverage-clover-not-protected.phpt
  1640. 21 PHPUnit/Tests/TextUI/coverage-clover-not-private.phpt
  1641. 21 PHPUnit/Tests/TextUI/coverage-clover-method.phpt
  1642. 21 PHPUnit/Tests/TextUI/coverage-clover-class.phpt
  1643. 21 PHPUnit/Tests/TextUI/coverage-clover-class-extended.phpt
  1644. 21 PHPUnit/Tests/Runner/BaseTestRunnerTest.php
  1645. 21 PHPUnit/Tests/Framework/TestFailureTest.php
  1646. 21 PHPUnit/Tests/Framework/SuiteTest.php
  1647. 21 PHPUnit/Tests/Framework/MockObject/class_dont_call_parent_clone.phpt
  1648. 21 PHPUnit/Tests/Framework/MockObject/class_call_parent_clone.phpt
  1649. 21 PHPUnit/Tests/_files/WasRun.php
  1650. 21 PHPUnit/Tests/_files/Success.php
  1651. 21 PHPUnit/Tests/_files/Failure.php
  1652. 21 PHPUnit/Tests/_files/Error.php
  1653. 21 PHPUnit/Tests/Extensions/Database/DataSet/FilterTest.php
  1654. 21 PHPUnit/Samples/Money/MoneyTest.php
  1655. 21 PHPUnit/Samples/Money/Money.php
  1656. 21 PHPUnit/Samples/Money/MoneyBag.php
  1657. 21 PHPUnit/Samples/BankAccountDB/BankAccountCompositeTest.php
  1658. 21 PHPUnit/Extensions/SeleniumTestCase/prepend.php
  1659. 21 PHPUnit/Extensions/Database/Operation/IDatabaseOperation.php
  1660. 21 PHPUnit/Extensions/Database/Operation/Composite.php
  1661. 21 PHPUnit/Extensions/Database/DefaultTester.php
  1662. 21 PHPUnit/Extensions/Database/DB/ResultSetTable.php
  1663. 21 PHPUnit/Extensions/Database/DB/MetaData/InformationSchema.php
  1664. 21 PHPUnit/Extensions/Database/DataSet/Persistors/Yaml.php
  1665. 21 PHPUnit/Extensions/Database/DataSet/Persistors/Abstract.php
  1666. 21 PHPUnit/Extensions/Database/AbstractTester.php
  1667. 21 build/phar-autoload.php.in
  1668. 21 build/binary-phar-autoload.php.in
  1669. 20 src/Util/InvalidArgumentHelper.php
  1670. 20 src/Util/Filesystem.php
  1671. 20 src/Framework/IncompleteTestCase.php
  1672. 20 src/Framework/Exception.php
  1673. 20 src/Framework/Constraint/LessThan.php
  1674. 20 src/Framework/Constraint/GreaterThan.php
  1675. 20 src/Framework/Constraint/ClassHasStaticAttribute.php
  1676. 20 src/Framework/Constraint/ArrayHasKey.php
  1677. 20 PHPUnit/Tests/TextUI/log-json.phpt
  1678. 20 PHPUnit/Tests/TextUI/group.phpt
  1679. 20 PHPUnit/Tests/Extensions/OutputTestCaseTest.php
  1680. 20 PHPUnit/Tests/Extensions/Database/DataSet/XmlDataSetsTest.php
  1681. 20 PHPUnit/Tests/Extensions/Database/DataSet/PersistorTest.php
  1682. 20 PHPUnit/Framework/MockObject/Stub/ReturnArgument.php
  1683. 20 PHPUnit/Extensions/Database/DataSet/TableFilter.php
  1684. 20 PHPUnit/Extensions/Database/DataSet/DefaultTableMetaData.php
  1685. 20 PHPUnit/Extensions/Database/DataSet/CsvDataSet.php
  1686. 20 PHPUnit/Extensions/Database/DataSet/AbstractTableMetaData.php
  1687. 20 ChangeLog-6.1.md
  1688. 20 ChangeLog-5.3.md
  1689. 203 PHPUnit/Extensions/SeleniumTestCase.php
  1690. 202 PHPUnit/Util/Configuration.php
  1691. 1 Util/Skeleton/TestMethod.php
  1692. 1 Util/Report/Template/testsuite_item.htm
  1693. 1 Util/Report/Template/testsuite.htm
  1694. 1 Util/Report/Template/style.css
  1695. 1 Util/Report/Template/snow.png
  1696. 1 Util/Report/Template/scarlet_red.png
  1697. 1 Util/Report/Template/glass.png
  1698. 1 Util/Report/Template/coverage_item.htm
  1699. 1 Util/Report/Template/coverage_item_details.htm
  1700. 1 Util/Report/Template/coverage_item_details_header.htm
  1701. 1 Util/Report/Template/coverage_file.htm
  1702. 1 Util/Report/Template/coverage_directory.htm
  1703. 1 Util/Report/Template/chameleon.png
  1704. 1 Util/Report/Template/butter.png
  1705. 1 tests/Util/TestDox/TestableCliTestDoxPrinter.php
  1706. 1 tests/TextUI/phpt-external.phpt
  1707. 1 tests/TextUI/log-json-5.4.phpt
  1708. 1 tests/TextUI/log-json-5.3.phpt
  1709. 1 tests/TextUI/hooks.phpt
  1710. 1 tests/TextUI/_files/phpt-env.expected.txt
  1711. 1 tests/TextUI/_files/NullPrinter.php
  1712. 1 tests/TextUI/_files/HookTest.php
  1713. 1 tests/TextUI/_files/hooks.xml
  1714. 1 tests/TextUI/_files/Extension.php
  1715. 1 tests/TextUI/_files/expect_external.txt
  1716. 1 tests/TextUI/dataprovider-pair-with-providers.phpt
  1717. 1 tests/TextUI/dataprovider-issue-2922.phpt
  1718. 1 tests/TextUI/dataprovider-issue-2859.phpt
  1719. 1 tests/TextUI/dataprovider-issue-2833.phpt
  1720. 1 tests/TextUI/dataprovider-declaring-class.phpt
  1721. 1 Tests/TextUI/assert-strict.phpt
  1722. 1 Tests/Regression/GitHub/873/Issue873Test.php
  1723. 1 tests/Regression/GitHub/797/bootstrap797.php
  1724. 1 Tests/Regression/GitHub/765/Issue765Test.php
  1725. 1 tests/Regression/GitHub/74/NewException.php
  1726. 1 Tests/Regression/GitHub/581/Issue581Test.php
  1727. 1 Tests/Regression/GitHub/503/Issue503Test.php
  1728. 1 tests/Regression/GitHub/322/phpunit322.xml
  1729. 1 Tests/Regression/GitHub/322/Issue322Test.php
  1730. 1 tests/Regression/GitHub/2731.phpt
  1731. 1 tests/Regression/GitHub/2731/Issue2731Test.php
  1732. 1 tests/Regression/GitHub/2725-separate-class-before-after-pid.phpt
  1733. 1 tests/Regression/GitHub/2591-separate-function-preserve.phpt
  1734. 1 tests/Regression/GitHub/2591-separate-function-no-preserve.phpt
  1735. 1 tests/Regression/GitHub/2591-separate-class-preserve.phpt
  1736. 1 tests/Regression/GitHub/2591/bootstrapWithBootstrap.php
  1737. 1 tests/Regression/GitHub/2591/bootstrapWithBootstrapNoGlobal.php
  1738. 1 tests/Regression/GitHub/2137-no_filter.phpt
  1739. 1 tests/Regression/GitHub/2137-filter.phpt
  1740. 1 Tests/Regression/GitHub/1472.phpt
  1741. 1 Tests/Regression/GitHub/1472/Issue1472Test.php
  1742. 1 tests/Regression/GitHub/1351/ChildProcessClass1351.php
  1743. 1 tests/Regression/GitHub/1330/phpunit1330.xml
  1744. 1 tests/Regression/GitHub/1216/phpunit1216.xml
  1745. 1 tests/Regression/GitHub/1216/bootstrap1216.php
  1746. 1 Tests/Regression/783/TwoTest.php
  1747. 1 Tests/Regression/783/ParentSuite.php
  1748. 1 tests/Regression/783/ParentSuite.php
  1749. 1 Tests/Regression/783/OneTest.php
  1750. 1 Tests/Regression/783/ChildSuite.php
  1751. 1 tests/Regression/783/ChildSuite.php
  1752. 1 Tests/Regression/684/Issue684Test.php
  1753. 1 tests/Regression/684/Issue684Test.php
  1754. 1 tests/Regression/578/Issue578Test.php
  1755. 1 Tests/Regression/523/Issue523Test.php
  1756. 1 tests/Regression/523/Issue523Test.php
  1757. 1 Tests/Framework/SelectorAssertionsTest.php
  1758. 1 tests/Framework/Constraint/TraversableContainsTest.php
  1759. 1 tests/Framework/Constraint/StringStartsWithTest.php
  1760. 1 tests/Framework/Constraint/StringEndsWithTest.php
  1761. 1 tests/Framework/Constraint/StringContainsTest.php
  1762. 1 tests/Framework/Constraint/SameSizeTest.php
  1763. 1 tests/Framework/Constraint/RegularExpressionTest.php
  1764. 1 tests/Framework/Constraint/ObjectHasAttributeTest.php
  1765. 1 tests/Framework/Constraint/LessThanTest.php
  1766. 1 tests/Framework/Constraint/IsWritableTest.php
  1767. 1 tests/Framework/Constraint/IsReadableTest.php
  1768. 1 tests/Framework/Constraint/IsNullTest.php
  1769. 1 tests/Framework/Constraint/IsEmptyTest.php
  1770. 1 tests/Framework/Constraint/GreaterThanTest.php
  1771. 1 tests/Framework/Constraint/FileExistsTest.php
  1772. 1 tests/Framework/Constraint/DirectoryExistsTest.php
  1773. 1 tests/Framework/Constraint/ClassHasStaticAttributeTest.php
  1774. 1 tests/Framework/Constraint/ClassHasAttributeTest.php
  1775. 1 tests/Framework/Constraint/CallbackTest.php
  1776. 1 tests/Framework/Constraint/AttributeTest.php
  1777. 1 tests/Framework/Constraint/ArrayHasKeyTest.php
  1778. 1 tests/_files/WrapperIteratorAggregate.php
  1779. 1 tests/_files/VariousIterableDataProviderTest.php
  1780. 1 tests/_files/TruthyConstraint.php
  1781. 1 tests/_files/TestIteratorAggregate.php
  1782. 1 tests/_files/TestIteratorAggregate2.php
  1783. 1 Tests/_files/TestIterator2.php
  1784. 1 tests/_files/TestAutoreferenced.php
  1785. 1 Tests/_files/structureWrongNumberOfNodes.xml
  1786. 1 tests/_files/structureWrongNumberOfNodes.xml
  1787. 1 Tests/_files/structureWrongNumberOfAttributes.xml
  1788. 1 tests/_files/structureWrongNumberOfAttributes.xml
  1789. 1 Tests/_files/structureIsSameButDataIsNot.xml
  1790. 1 tests/_files/structureIsSameButDataIsNot.xml
  1791. 1 tests/_files/structureIgnoreTextNodes.xml
  1792. 1 Tests/_files/structureExpected.xml
  1793. 1 tests/_files/structureExpected.xml
  1794. 1 Tests/_files/structureAttributesAreSameButValuesAreNot.xml
  1795. 1 tests/_files/structureAttributesAreSameButValuesAreNot.xml
  1796. 1 Tests/_files/Struct.php
  1797. 1 tests/_files/Struct.php
  1798. 1 Tests/_files/StackTest.php
  1799. 1 tests/_files/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-3.0.3.phar
  1800. 1 tests/_files/phpunit-example-extension/phpunit.xml
  1801. 1 tests/_files/phpt-xfail.phpt
  1802. 1 tests/_files/phpt-for-coverage.phpt
  1803. 1 tests/_files/ParseTestMethodAnnotationsMock.php
  1804. 1 tests/_files/OverrideTestCase.php
  1805. 1 Tests/_files/NothingTest.php
  1806. 1 Tests/_files/NotExistingCoveredElementTest.php
  1807. 1 tests/_files/NoTestCaseClass.php
  1808. 1 tests/_files/NamespaceCoveredFunction.php
  1809. 1 Tests/_files/NamespaceCoveredClass.php
  1810. 1 tests/_files/NamespaceCoveredClass.php
  1811. 1 Tests/_files/NamespaceCoveragePublicTest.php
  1812. 1 Tests/_files/NamespaceCoverageProtectedTest.php
  1813. 1 Tests/_files/NamespaceCoveragePrivateTest.php
  1814. 1 Tests/_files/NamespaceCoverageNotPublicTest.php
  1815. 1 Tests/_files/NamespaceCoverageNotProtectedTest.php
  1816. 1 Tests/_files/NamespaceCoverageNotPrivateTest.php
  1817. 1 Tests/_files/NamespaceCoverageMethodTest.php
  1818. 1 Tests/_files/NamespaceCoverageCoversClassTest.php
  1819. 1 Tests/_files/NamespaceCoverageCoversClassPublicTest.php
  1820. 1 Tests/_files/NamespaceCoverageClassTest.php
  1821. 1 Tests/_files/NamespaceCoverageClassExtendedTest.php
  1822. 1 tests/_files/NamedConstraint.php
  1823. 1 Tests/_files/MultiDependencyTest.php
  1824. 1 tests/_files/JsonData/simpleObject.json
  1825. 1 Tests/_files/JsonData/simpleObject.js
  1826. 1 tests/_files/JsonData/simpleObject.js
  1827. 1 Tests/_files/JsonData/simpleObject2.js
  1828. 1 tests/_files/JsonData/simpleObject2.js
  1829. 1 tests/_files/JsonData/arrayObject.json
  1830. 1 Tests/_files/JsonData/arrayObject.js
  1831. 1 tests/_files/JsonData/arrayObject.js
  1832. 1 Tests/_files/IniTest.php
  1833. 1 tests/_files/InheritedTestCase.php
  1834. 1 Tests/_files/IncompleteTest.php
  1835. 1 Tests/_files/foo.xml
  1836. 1 tests/_files/foo.xml
  1837. 1 tests/_files/FalsyConstraint.php
  1838. 1 tests/_files/expectedFileFormat.txt
  1839. 1 tests/_files/ExceptionStack.php
  1840. 1 Tests/_files/ExceptionInTest.php
  1841. 1 Tests/_files/ExceptionInTearDownTest.php
  1842. 1 Tests/_files/ExceptionInSetUpTest.php
  1843. 1 Tests/_files/ExceptionInAssertPreConditionsTest.php
  1844. 1 Tests/_files/ExceptionInAssertPostConditionsTest.php
  1845. 1 tests/_files/Error.php
  1846. 1 Tests/_files/EmptyTestCaseTest.php
  1847. 1 Tests/_files/DummyException.php
  1848. 1 tests/_files/DummyException.php
  1849. 1 Tests/_files/DependencySuccessTest.php
  1850. 1 Tests/_files/DependencyFailureTest.php
  1851. 1 Tests/_files/DataProviderTest.php
  1852. 1 tests/_files/DataProviderIssue2922/SecondTest.php
  1853. 1 tests/_files/DataProviderIssue2859/tests/another/TestWithDataProviderTest.php
  1854. 1 tests/_files/DataProviderIssue2859/phpunit.xml
  1855. 1 tests/_files/DataProviderIssue2833/SecondTest.php
  1856. 1 tests/_files/DataProviderIssue2833/FirstTest.php
  1857. 1 Tests/_files/DataProviderFilterTest.php
  1858. 1 tests/_files/DataProviderDependencyTest.php
  1859. 1 tests/_files/DataProviderDeclaringClass/SecondTest.php
  1860. 1 tests/_files/DataProviderDeclaringClass/FirstTest.php
  1861. 1 Tests/_files/CustomPrinter.php
  1862. 1 Tests/_files/CoveredFunction.php
  1863. 1 tests/_files/CoveredFunction.php
  1864. 1 Tests/_files/CoveredClass.php
  1865. 1 tests/_files/CoveredClass.php
  1866. 1 Tests/_files/CoverageTwoDefaultClassAnnotations.php
  1867. 1 Tests/_files/CoveragePublicTest.php
  1868. 1 Tests/_files/CoverageProtectedTest.php
  1869. 1 Tests/_files/CoveragePrivateTest.php
  1870. 1 Tests/_files/CoverageNotPublicTest.php
  1871. 1 Tests/_files/CoverageNotProtectedTest.php
  1872. 1 Tests/_files/CoverageNotPrivateTest.php
  1873. 1 Tests/_files/CoverageNothingTest.php
  1874. 1 Tests/_files/CoverageNoneTest.php
  1875. 1 Tests/_files/CoverageMethodTest.php
  1876. 1 Tests/_files/CoverageMethodParenthesesWhitespaceTest.php
  1877. 1 Tests/_files/CoverageMethodParenthesesTest.php
  1878. 1 Tests/_files/CoverageMethodOneLineAnnotationTest.php
  1879. 1 Tests/_files/CoverageFunctionTest.php
  1880. 1 Tests/_files/CoverageFunctionParenthesesWhitespaceTest.php
  1881. 1 Tests/_files/CoverageFunctionParenthesesTest.php
  1882. 1 Tests/_files/CoverageClassTest.php
  1883. 1 Tests/_files/CoverageClassExtendedTest.php
  1884. 1 tests/_files/CountConstraint.php
  1885. 1 tests/_files/configuration.suites.xml
  1886. 1 tests/_files/configuration_stop_on_warning.xml
  1887. 1 tests/_files/configuration.defaulttestsuite.xml
  1888. 1 tests/_files/configuration.custom-printer.xml
  1889. 1 tests/_files/configuration.colors.true.xml
  1890. 1 tests/_files/configuration.colors.invalid.xml
  1891. 1 tests/_files/configuration.colors.false.xml
  1892. 1 tests/_files/configuration.colors.empty.xml
  1893. 1 Tests/_files/Calculator.php
  1894. 1 tests/_files/Calculator.php
  1895. 1 Tests/_files/BaseTestListenerSample.php
  1896. 1 Tests/_files/bar.xml
  1897. 1 tests/_files/bar.xml
  1898. 1 tests/_files/AssertionExample.php
  1899. 1 tests/_files/ArrayAccessible.php
  1900. 1 Tests/_files/AbstractTest.php
  1901. 1 tests/Constraint/ConstraintTestCase.php
  1902. 1 src/Util/PHP/Template/PHPT.tpl.dist
  1903. 1 src/TextUI/TestDox/TestResult.php
  1904. 1 src/TextUI/TestDoxPrinter.php
  1905. 1 src/Runner/PHPUnit/Runner/BaseTestRunner.php
  1906. 1 src/Runner/Hook/TestListenerAdapter.php
  1907. 1 src/Runner/Hook/TestHook.php
  1908. 1 src/Runner/Hook/Hook.php
  1909. 1 src/Runner/Hook/BeforeTestHook.php
  1910. 1 src/Runner/Hook/BeforeFirstTestHook.php
  1911. 1 src/Runner/Hook/AfterTestWarningHook.php
  1912. 1 src/Runner/Hook/AfterTestFailureHook.php
  1913. 1 src/Runner/Hook/AfterTestErrorHook.php
  1914. 1 src/Runner/Hook/AfterSuccessfulTestHook.php
  1915. 1 src/Runner/Hook/AfterSkippedTestHook.php
  1916. 1 src/Runner/Hook/AfterRiskyTestHook.php
  1917. 1 src/Runner/Hook/AfterLastTestHook.php
  1918. 1 src/Runner/Hook/AfterIncompleteTestHook.php
  1919. 1 src/Framework/Process/TestCaseMethod.tpl.dist
  1920. 1 src/Framework/PHPUnit_Framework_MissingCoversAnnotationException.php
  1921. 1 src/Framework/PHPUnit_Framework_CoveredCodeNotExecutedException.php
  1922. 1 src/Framework/Constraint/ErrorMessageProvider.php
  1923. 1 src/Framework/Constraint/Constr/Composite.php
  1924. 1 src/ForwardCompatibility/TestSuite.php
  1925. 1 src/ForwardCompatibility/Test.php
  1926. 1 src/ForwardCompatibility/AssertionFailedError.php
  1927. 1 Samples/Money/.cvsignore
  1928. 1 Samples/BankAccount/.cvsignore
  1929. 1 PHPUnit/Util/Skeleton/IncompleteTestMethod.tpl
  1930. 1 PHPUnit/Util/Report/Template/testsuite_item.htm
  1931. 1 PHPUnit/Util/Report/Template/testsuite.htm
  1932. 1 PHPUnit/Util/Report/Template/method_item.html
  1933. 1 PHPUnit/Util/Report/Template/item.html.dist
  1934. 1 PHPUnit/Util/Report/Template/directory.html
  1935. 1 PHPUnit/Util/Report/Template/coverage_method_item.html
  1936. 1 PHPUnit/Util/Report/Template/coverage_item.htm
  1937. 1 PHPUnit/Util/Report/Template/coverage_item_details.htm
  1938. 1 PHPUnit/Util/Report/Template/coverage_item_details_header.htm
  1939. 1 PHPUnit/Util/Report/Template/coverage_file.htm
  1940. 1 PHPUnit/Util/Report/Template/coverage_directory.htm
  1941. 1 PHPUnit/Util/Log/CodeCoverage/Clover.php
  1942. 1 PHPUnit/Tests/TextUI/template-methods.phpt
  1943. 1 PHPUnit/Tests/Regression/Issue578Test.php
  1944. 1 PHPUnit/Tests/_files/SelectorAssertionsFixture.html
  1945. 1 PHPUnit/Tests/Extensions/DBUnit/Operation/RowBasedTest.php
  1946. 1 PHPUnit/Tests/Extensions/DBUnit/Operation/AllTests.php
  1947. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/XmlDataSet.xml
  1948. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/UpdateOperationTest.xml
  1949. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/UpdateOperationResult.xml
  1950. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/RowBasedExecute.xml
  1951. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/ReplaceOperationTest.xml
  1952. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/ReplaceOperationResult.xml
  1953. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/OperationsTestFixture.xml
  1954. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/InsertOperationTest.xml
  1955. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/InsertOperationResult.xml
  1956. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/FlatXmlDataSet.xml
  1957. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/FilteredTestFixture.xml
  1958. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/FilteredTestComparison.xml
  1959. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/DeleteOperationTest.xml
  1960. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/DeleteOperationResult.xml
  1961. 1 PHPUnit/Tests/Extensions/DBUnit/_files/XmlDataSets/DeleteAllOperationTest.xml
  1962. 1 PHPUnit/Tests/Extensions/DBUnit/DataSet/XmlDataSetsTest.php
  1963. 1 PHPUnit/Tests/Extensions/DBUnit/DataSet/FilterTest.php
  1964. 1 PHPUnit/Tests/Extensions/DBUnit/DataSet/AllTests.php
  1965. 1 PHPUnit/Tests/Extensions/DBUnit/AllTests.php
  1966. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/XmlDataSet.xml
  1967. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/UpdateOperationTest.xml
  1968. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/UpdateOperationResult.xml
  1969. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/RowBasedExecute.xml
  1970. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/ReplaceOperationTest.xml
  1971. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/ReplaceOperationResult.xml
  1972. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/QueryDataSetTest.xml
  1973. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/OperationsTestFixture.xml
  1974. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/MysqlXmlDataSet.xml
  1975. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/InsertOperationTest.xml
  1976. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/InsertOperationResult.xml
  1977. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/FlatXmlDataSet.xml
  1978. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/FilteredTestFixture.xml
  1979. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/FilteredTestComparison.xml
  1980. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/DeleteOperationTest.xml
  1981. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/DeleteOperationResult.xml
  1982. 1 PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/DeleteAllOperationTest.xml
  1983. 1 PHPUnit/Tests/Extensions/Database/_files/CsvDataSets/table2.csv
  1984. 1 PHPUnit/Tests/Extensions/Database/_files/CsvDataSets/table1.csv
  1985. 1 PHPUnit/Samples/BankAccountDB/_files/bank-account-seed.xml
  1986. 1 PHPUnit/Samples/BankAccountDB/_files/bank-account-after-withdrawals.xml
  1987. 1 PHPUnit/Samples/BankAccountDB/_files/bank-account-after-new-account.xml
  1988. 1 PHPUnit/Samples/BankAccountDB/_files/bank-account-after-deposits.xml
  1989. 1 PHPUnit/pear-phpunit.bat
  1990. 1 PHPUnit/pear-phpunit
  1991. 1 PHPUnit/GtkUI/Listener/Simple.php
  1992. 1 PHPUnit/GtkUI/glade/icon.png
  1993. 1 PHPUnit/Framework/Constraint/ObjectAttributeIsEqual.php
  1994. 1 PHPUnit/Framework/Constraint/JsonMatches/JsonMatchesErrorMessageProvider.php
  1995. 1 PHPUnit/Extensions/DBUnit/Operation/Update.php
  1996. 1 PHPUnit/Extensions/DBUnit/Operation/Truncate.php
  1997. 1 PHPUnit/Extensions/DBUnit/Operation/RowBased.php
  1998. 1 PHPUnit/Extensions/DBUnit/Operation/Replace.php
  1999. 1 PHPUnit/Extensions/DBUnit/Operation/Null.php
  2000. 1 PHPUnit/Extensions/DBUnit/Operation/Insert.php
  2001. 1 PHPUnit/Extensions/DBUnit/Operation/IDatabaseOperation.php
  2002. 1 PHPUnit/Extensions/DBUnit/Operation/Factory.php
  2003. 1 PHPUnit/Extensions/DBUnit/Operation/Exception.php
  2004. 1 PHPUnit/Extensions/DBUnit/Operation/Delete.php
  2005. 1 PHPUnit/Extensions/DBUnit/Operation/DeleteAll.php
  2006. 1 PHPUnit/Extensions/DBUnit/Operation/Composite.php
  2007. 1 PHPUnit/Extensions/DBUnit/IDatabaseTester.php
  2008. 1 PHPUnit/Extensions/DBUnit/DefaultDatabaseTester.php
  2009. 1 PHPUnit/Extensions/DBUnit/DBTestCase.php
  2010. 1 PHPUnit/Extensions/DBUnit/DataSet/XmlDataSet.php
  2011. 1 PHPUnit/Extensions/DBUnit/DataSet/TableMetaDataFilter.php
  2012. 1 PHPUnit/Extensions/DBUnit/DataSet/TableFilter.php
  2013. 1 PHPUnit/Extensions/DBUnit/DataSet/ITable.php
  2014. 1 PHPUnit/Extensions/DBUnit/DataSet/ITableMetaData.php
  2015. 1 PHPUnit/Extensions/DBUnit/DataSet/ITableIterator.php
  2016. 1 PHPUnit/Extensions/DBUnit/DataSet/IDataSet.php
  2017. 1 PHPUnit/Extensions/DBUnit/DataSet/FlatXmlDataSet.php
  2018. 1 PHPUnit/Extensions/DBUnit/DataSet/DefaultTable.php
  2019. 1 PHPUnit/Extensions/DBUnit/DataSet/DefaultTableMetaData.php
  2020. 1 PHPUnit/Extensions/DBUnit/DataSet/DefaultTableIterator.php
  2021. 1 PHPUnit/Extensions/DBUnit/DataSet/DefaultDataSet.php
  2022. 1 PHPUnit/Extensions/DBUnit/DataSet/DataSetFilter.php
  2023. 1 PHPUnit/Extensions/DBUnit/DataSet/AbstractXmlDataSet.php
  2024. 1 PHPUnit/Extensions/DBUnit/DataSet/AbstractTable.php
  2025. 1 PHPUnit/Extensions/DBUnit/DataSet/AbstractTableMetaData.php
  2026. 1 PHPUnit/Extensions/DBUnit/DataSet/AbstractDataSet.php
  2027. 1 PHPUnit/Extensions/DBUnit/Database/Table.php
  2028. 1 PHPUnit/Extensions/DBUnit/Database/TableMetaData.php
  2029. 1 PHPUnit/Extensions/DBUnit/Database/TableIterator.php
  2030. 1 PHPUnit/Extensions/DBUnit/Database/ResultSetTable.php
  2031. 1 PHPUnit/Extensions/DBUnit/Database/MetaData/Sqlite.php
  2032. 1 PHPUnit/Extensions/DBUnit/Database/MetaData.php
  2033. 1 PHPUnit/Extensions/DBUnit/Database/MetaData/InformationSchema.php
  2034. 1 PHPUnit/Extensions/DBUnit/Database/IMetaData.php
  2035. 1 PHPUnit/Extensions/DBUnit/Database/IDatabaseConnection.php
  2036. 1 PHPUnit/Extensions/DBUnit/Database/FilteredDataSet.php
  2037. 1 PHPUnit/Extensions/DBUnit/Database/DefaultDatabaseConnection.php
  2038. 1 PHPUnit/Extensions/DBUnit/Database/DataSet.php
  2039. 1 PHPUnit/Extensions/DBUnit/Constraint/TableIsEqual.php
  2040. 1 PHPUnit/Extensions/DBUnit/Constraint/DataSetIsEqual.php
  2041. 1 PHPUnit/Extensions/DBUnit/AbstractDatabaseTester.php
  2042. 1 PHPUnit/Extensions/Database/Database/Table.php
  2043. 1 PHPUnit/Extensions/Database/Database/TableMetaData.php
  2044. 1 PHPUnit/Extensions/Database/Database/TableIterator.php
  2045. 1 PHPUnit/Extensions/Database/Database/ResultSetTable.php
  2046. 1 PHPUnit/Extensions/Database/Database/MetaData/Sqlite.php
  2047. 1 PHPUnit/Extensions/Database/Database/MetaData.php
  2048. 1 PHPUnit/Extensions/Database/Database/MetaData/InformationSchema.php
  2049. 1 PHPUnit/Extensions/Database/Database/IMetaData.php
  2050. 1 PHPUnit/Extensions/Database/Database/IDatabaseConnection.php
  2051. 1 PHPUnit/Extensions/Database/Database/FilteredDataSet.php
  2052. 1 PHPUnit/Extensions/Database/Database/DefaultDatabaseConnection.php
  2053. 1 PHPUnit/Extensions/Database/Database/DataSet.php
  2054. 1 phpstan.neon
  2055. 1 .editorconfig
  2056. 1 Bundled/eZcomponents/ConsoleTools/table/row.php
  2057. 1 Bundled/eZcomponents/ConsoleTools/table.php
  2058. 1 Bundled/eZcomponents/ConsoleTools/table/cell.php
  2059. 1 Bundled/eZcomponents/ConsoleTools/structs/output_formats.php
  2060. 1 Bundled/eZcomponents/ConsoleTools/structs/output_format.php
  2061. 1 Bundled/eZcomponents/ConsoleTools/structs/option_rule.php
  2062. 1 Bundled/eZcomponents/ConsoleTools/statusbar.php
  2063. 1 Bundled/eZcomponents/ConsoleTools/progressmonitor.php
  2064. 1 Bundled/eZcomponents/ConsoleTools/progressbar.php
  2065. 1 Bundled/eZcomponents/ConsoleTools/output.php
  2066. 1 Bundled/eZcomponents/ConsoleTools/options/table.php
  2067. 1 Bundled/eZcomponents/ConsoleTools/options/statusbar.php
  2068. 1 Bundled/eZcomponents/ConsoleTools/options/progressmonitor.php
  2069. 1 Bundled/eZcomponents/ConsoleTools/options/progressbar.php
  2070. 1 Bundled/eZcomponents/ConsoleTools/options/output.php
  2071. 1 Bundled/eZcomponents/ConsoleTools/input.php
  2072. 1 Bundled/eZcomponents/ConsoleTools/input/option.php
  2073. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_type_violation.php
  2074. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_too_many_values.php
  2075. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_string_not_wellformed.php
  2076. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option.php
  2077. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_not_exists.php
  2078. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_no_alias.php
  2079. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_missing_value.php
  2080. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_mandatory_violation.php
  2081. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_exclusion_violation.php
  2082. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_dependency_violation.php
  2083. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_arguments_violation.php
  2084. 1 Bundled/eZcomponents/ConsoleTools/exceptions/option_already_registered.php
  2085. 1 Bundled/eZcomponents/ConsoleTools/exceptions/no_position_stored.php
  2086. 1 Bundled/eZcomponents/ConsoleTools/exceptions/invalid_option_name.php
  2087. 1 Bundled/eZcomponents/ConsoleTools/exceptions/exception.php
  2088. 1 Bundled/eZcomponents/ConsoleTools/console_autoload.php
  2089. 1 Bundled/eZcomponents/Base/options.php
  2090. 1 Bundled/eZcomponents/Base/exceptions/whatever.php
  2091. 1 Bundled/eZcomponents/Base/exceptions/value.php
  2092. 1 Bundled/eZcomponents/Base/exceptions/setting_value.php
  2093. 1 Bundled/eZcomponents/Base/exceptions/setting_not_found.php
  2094. 1 Bundled/eZcomponents/Base/exceptions/property_permission.php
  2095. 1 Bundled/eZcomponents/Base/exceptions/property_not_found.php
  2096. 1 Bundled/eZcomponents/Base/exceptions/file_permission.php
  2097. 1 Bundled/eZcomponents/Base/exceptions/file_not_found.php
  2098. 1 Bundled/eZcomponents/Base/exceptions/file_io.php
  2099. 1 Bundled/eZcomponents/Base/exceptions/file_exception.php
  2100. 1 Bundled/eZcomponents/Base/exceptions/exception.php
  2101. 1 Bundled/eZcomponents/Base/base.php
  2102. 1 Bundled/eZcomponents/Base/base_autoload.php
  2103. 1 build/phpdox.xml
  2104. 19 tests/Framework/Constraint/ExceptionMessageTest.php
  2105. 19 src/Util/Type.php
  2106. 19 src/Util/Log/JSON.php
  2107. 19 src/Util/ConfigurationGenerator.php
  2108. 19 src/Framework/SkippedTestCase.php
  2109. 19 src/Framework/Constraint/StringStartsWith.php
  2110. 19 PHPUnit/Util/PDO.php
  2111. 19 PHPUnit/Tests/Util/XMLTest.php
  2112. 19 PHPUnit/Tests/Util/TestTest.php
  2113. 19 PHPUnit/Tests/TextUI/verbose.phpt
  2114. 19 PHPUnit/Tests/Framework/MockObject/interface.phpt
  2115. 19 PHPUnit/Tests/Framework/MockObject/class.phpt
  2116. 19 PHPUnit/Tests/Framework/MockObject/class_partial.phpt
  2117. 19 PHPUnit/Tests/Extensions/RepeatedTestTest.php
  2118. 19 PHPUnit/Tests/Extensions/PerformanceTestCaseTest.php
  2119. 19 PHPUnit/Samples/Money/IMoney.php
  2120. 19 PHPUnit/Framework/MockObject/Stub/ReturnCallback.php
  2121. 19 PHPUnit/Extensions/Database/Operation/Null.php
  2122. 19 PHPUnit/Extensions/Database/DB/TableMetaData.php
  2123. 18 Tests/Util/TypeTest.php
  2124. 18 Tests/Framework/SuiteTest.php
  2125. 18 tests/_files/RequirementsTest.php
  2126. 18 src/Util/PHP/Windows.php
  2127. 18 src/Runner/Filter/Test.php
  2128. 18 src/Runner/Filter/Factory.php
  2129. 18 src/Framework/Constraint/StringEndsWith.php
  2130. 18 src/Framework/Constraint/LogicalAnd.php
  2131. 18 src/Framework/Constraint/IsEmpty.php
  2132. 18 src/Framework/Constraint/IsAnything.php
  2133. 18 src/Framework/Constraint/FileExists.php
  2134. 18 PHPUnit/Tests/TextUI/testdox-text.phpt
  2135. 18 PHPUnit/Tests/TextUI/filter-method.phpt
  2136. 18 PHPUnit/Tests/TextUI/filter-class.phpt
  2137. 18 PHPUnit/Tests/TextUI/failure-verbose-isolation.phpt
  2138. 18 PHPUnit/Tests/TextUI/failure-isolation.phpt
  2139. 18 PHPUnit/Tests/TextUI/exclude-group.phpt
  2140. 18 PHPUnit/Tests/TextUI/default.phpt
  2141. 18 PHPUnit/Extensions/Database/DataSet/QueryDataSet.php
  2142. 18 PHPUnit/Extensions/Database/DataSet/ITableMetaData.php
  2143. 18 PHPUnit/Extensions/Database/DataSet/ITableIterator.php
  2144. 18 PHPUnit/Extensions/Database/DataSet/IDataSet.php
  2145. 18 make_phar.php
  2146. 18 ChangeLog-6.5.md
  2147. 18 ChangeLog-4.6.md
  2148. 17 tests/TextUI/log-xml.phpt
  2149. 17 tests/TextUI/log-json-pre-66021.phpt
  2150. 17 Tests/TextUI/fatal-isolation.phpt
  2151. 17 Tests/Framework/TestListenerTest.php
  2152. 17 tests/Framework/TestImplementorTest.php
  2153. 17 tests/Framework/Constraint/ExceptionMessageRegExpTest.php
  2154. 17 src/Framework/Warning.php
  2155. 17 src/Framework/Constraint/Not.php
  2156. 17 PHPUnit/Util/Log/PMD/Rule/Project/CRAP.php
  2157. 17 PHPUnit/Util/Log/CPD.php
  2158. 17 PHPUnit/Tests/TextUI/skeleton.phpt
  2159. 17 PHPUnit/Samples/BankAccountDB/BankAccount.php
  2160. 17 PHPUnit/Extensions/Database/DataSet/QueryTable.php
  2161. 17 .php_cs
  2162. 17 CONTRIBUTING.md
  2163. 179 src/TextUI/TestRunner.php
  2164. 176 PHPUnit/Framework/TestResult.php
  2165. 171 src/TextUI/Command.php
  2166. 16 tests/Util/GlobalStateTest.php
  2167. 16 tests/Framework/TestFailureTest.php
  2168. 16 tests/Framework/BaseTestListenerTest.php
  2169. 16 src/Util/TestDox/XmlResultPrinter.php
  2170. 16 src/Util/TestDox/ResultPrinter/XML.php
  2171. 16 src/Util/Log/TAP.php
  2172. 16 src/Framework/ExpectationFailedException.php
  2173. 16 src/Framework/Constraint/Xor.php
  2174. 16 src/Framework/Constraint/ObjectHasAttribute.php
  2175. 16 src/Framework/Constraint/IsTrue.php
  2176. 16 src/Framework/Constraint/IsNull.php
  2177. 16 src/Framework/Constraint/IsFalse.php
  2178. 16 src/Extensions/RepeatedTest.php
  2179. 16 PHPUnit/Util/Report/Template/coverage_file.html
  2180. 16 PHPUnit/Util/Log/PMD/Rule/Function/CRAP.php
  2181. 16 PHPUnit/Util/Log/Metrics.php
  2182. 16 PHPUnit/Tests/TextUI/tap.phpt
  2183. 16 PHPUnit/Tests/TextUI/log-graphviz.phpt
  2184. 16 PHPUnit/Tests/TextUI/dependencies-isolation.phpt
  2185. 16 PHPUnit/Extensions/Database/DataSet/ReplacementTable.php
  2186. 16 PHPUnit/Extensions/Database/DataSet/ReplacementTableIterator.php
  2187. 16 dbunit.php
  2188. 15 tests/Util/GetoptTest.php
  2189. 15 Tests/Framework/ComparatorTest.php
  2190. 15 src/Util/PHP/DefaultPhpProcess.php
  2191. 15 src/Framework/Test.php
  2192. 15 src/Framework/Constraint/SameSize.php
  2193. 15 src/Framework/Constraint/Or.php
  2194. 15 src/Framework/Constraint/LogicalXor.php
  2195. 15 src/Framework/Constraint/LogicalOr.php
  2196. 15 src/Extensions/TicketListener.php
  2197. 15 PHPUnit/Util/Report/Template/yahoo-dom-event.js
  2198. 15 PHPUnit/Util/Report/Template/container-min.js
  2199. 15 PHPUnit/Util/Report/Template/container.css
  2200. 15 PHPUnit/Util/Log/PMD/Rule/Function/CyclomaticComplexity.php
  2201. 15 PHPUnit/Util/Log/PMD/Rule/Function/CodeCoverage.php
  2202. 15 PHPUnit/Util/Log/CodeCoverage/XML.php
  2203. 15 PHPUnit/Util/DeprecatedFeature/Logger.php
  2204. 15 PHPUnit/Tests/Util/TimerTest.php
  2205. 15 PHPUnit/Tests/TextUI/list-groups.phpt
  2206. 15 PHPUnit/Tests/TextUI/dataset-log-xml.phpt
  2207. 15 PHPUnit/Tests/phpunit.xml.dist
  2208. 15 PHPUnit/Tests/_files/MockRunner.php
  2209. 15 PHPUnit/Tests/_files/DoubleTestCase.php
  2210. 15 PHPUnit/Extensions/ExceptionTestCase.php
  2211. 15 PHPUnit/Extensions/Database/DataSet/ReplacementDataSet.php
  2212. 15 PHPUnit/Extensions/Database/DataSet/CompositeDataSet.php
  2213. 15 ChangeLog-6.2.md
  2214. 153 build.xml
  2215. 151 PHPUnit/Util/Test.php
  2216. 14 Tests/Util/XMLTest.php
  2217. 14 tests/TextUI/testdox-xml.phpt
  2218. 14 Tests/Runner/BaseTestRunnerTest.php
  2219. 14 tests/Regression/GitHub/1348.phpt
  2220. 14 Tests/Framework/TestImplementorTest.php
  2221. 14 src/Util/Xml.php
  2222. 14 src/Runner/Filter/NameFilterIterator.php
  2223. 14 src/Framework/UnintentionallyCoveredCodeError.php
  2224. 14 src/Framework/RiskyTestError.php
  2225. 14 src/Framework/Error/Warning.php
  2226. 14 src/Framework/Error/Notice.php
  2227. 14 src/Framework/Error/Deprecated.php
  2228. 14 src/Framework/Constraint.php
  2229. 14 src/Framework/Constraint/LogicalNot.php
  2230. 14 src/Framework/Constraint/ExceptionMessageRegularExpression.php
  2231. 14 src/Framework/Constraint/ExceptionMessageRegExp.php
  2232. 14 src/Framework/Constraint/And.php
  2233. 14 PHPUnit/Util/Report/Test/Node/TestSuite.php
  2234. 14 PHPUnit/Util/Report/Template/style.css
  2235. 14 PHPUnit/Util/Report/Template/coverage_directory.html
  2236. 14 PHPUnit/Util/Log/PMD/Rule/Project.php
  2237. 14 PHPUnit/Util/Log/PMD/Rule.php
  2238. 14 PHPUnit/Util/Log/PMD/Rule/Function/NPathComplexity.php
  2239. 14 PHPUnit/Util/Log/PMD/Rule/Function/ExcessiveParameterList.php
  2240. 14 PHPUnit/Util/Log/PMD/Rule/Function/ExcessiveMethodLength.php
  2241. 14 PHPUnit/Util/Log/PMD/Rule/Class/TooManyFields.php
  2242. 14 PHPUnit/Util/Log/PMD/Rule/Class/ExcessivePublicCount.php
  2243. 14 PHPUnit/Util/Log/PMD/Rule/Class/ExcessiveClassLength.php
  2244. 14 PHPUnit/Util/Log/PMD/Rule/Class/EfferentCoupling.php
  2245. 14 PHPUnit/Util/Log/PMD/Rule/Class/DepthOfInheritanceTree.php
  2246. 14 PHPUnit/Tests/TextUI/repeat.phpt
  2247. 14 PHPUnit/Tests/TextUI/debug.phpt
  2248. 14 PHPUnit/Tests/TextUI/coverage-clover-public-isolation.phpt
  2249. 14 PHPUnit/Tests/TextUI/coverage-clover-protected-isolation.phpt
  2250. 14 PHPUnit/Tests/TextUI/coverage-clover-private-isolation.phpt
  2251. 14 PHPUnit/Tests/TextUI/coverage-clover-not-public-isolation.phpt
  2252. 14 PHPUnit/Tests/TextUI/coverage-clover-not-protected-isolation.phpt
  2253. 14 PHPUnit/Tests/TextUI/coverage-clover-not-private-isolation.phpt
  2254. 14 PHPUnit/Tests/TextUI/coverage-clover-method-isolation.phpt
  2255. 14 PHPUnit/Tests/TextUI/coverage-clover-class-isolation.phpt
  2256. 14 PHPUnit/Tests/TextUI/coverage-clover-class-extended-isolation.phpt
  2257. 14 PHPUnit/Tests/TextUI/abstract-test-class.phpt
  2258. 14 PHPUnit/Tests/_files/TornDown5.php
  2259. 14 PHPUnit/Tests/_files/TornDown4.php
  2260. 14 PHPUnit/Tests/_files/TornDown3.php
  2261. 14 PHPUnit/Tests/_files/ThrowNoExceptionTestCase.php
  2262. 14 PHPUnit/Tests/_files/ThrowExceptionTestCase.php
  2263. 14 PHPUnit/Tests/_files/TestIterator.php
  2264. 14 PHPUnit/Tests/_files/SampleClass.php
  2265. 14 PHPUnit/Tests/Extensions/Database/DataSet/CsvDataSetTest.php
  2266. 14 PHPUnit/Framework/MockObject/Generator/mocked_class.tpl.dist
  2267. 14 PHPUnit/Framework/Constraint/Count.php
  2268. 14 PHPUnit/Framework/Comparator/Object.php
  2269. 14 PHPUnit/Extensions/Database/UI/Modes/ExportDataSet.php
  2270. 14 PHPUnit/Extensions/Database/UI/ModeFactory.php
  2271. 145 PHPUnit/TextUI/ResultPrinter.php
  2272. 140 src/Util/Test.php
  2273. 13 Tests/Util/TestDox/NamePrettifierTest.php
  2274. 13 tests/Util/PHP/AbstractPhpProcessTest.php
  2275. 13 tests/Framework/Constraint/IsJsonTest.php
  2276. 13 tests/Framework/Constraint/ArraySubsetTest.php
  2277. 13 Tests/Extensions/RepeatedTestTest.php
  2278. 13 src/Util/TestDox/ResultPrinter/HTML.php
  2279. 13 src/Util/Regex.php
  2280. 13 src/Framework/WarningTestCase.php
  2281. 13 src/Framework/SyntheticError.php
  2282. 13 src/Framework/SkippedTestSuiteError.php
  2283. 13 src/Framework/SkippedTestError.php
  2284. 13 src/Framework/IncompleteTestError.php
  2285. 13 src/Framework/AssertionFailedError.php
  2286. 13 PHPUnit/Util/Report/Coverage/Factory.php
  2287. 13 PHPUnit/Util/PHP/Windows.php
  2288. 13 PHPUnit/Util/Log/DBUS.php
  2289. 13 PHPUnit/Tests/TextUI/testdox.phpt
  2290. 13 PHPUnit/Tests/Regression/684.phpt
  2291. 13 PHPUnit/Tests/_files/TearDownFailure.php
  2292. 13 PHPUnit/Tests/_files/Struct.php
  2293. 13 PHPUnit/Tests/_files/SetupFailure.php
  2294. 13 PHPUnit/Tests/_files/OverrideTestCase.php
  2295. 13 PHPUnit/Tests/_files/OneTestCase.php
  2296. 13 PHPUnit/Tests/_files/NotVoidTestCase.php
  2297. 13 PHPUnit/Tests/_files/NotPublicTestCase.php
  2298. 13 PHPUnit/Tests/_files/NoTestCases.php
  2299. 13 PHPUnit/Tests/_files/NoTestCaseClass.php
  2300. 13 PHPUnit/Tests/_files/NonStatic.php
  2301. 13 PHPUnit/Tests/_files/NoArgTestCaseTest.php
  2302. 13 PHPUnit/Tests/_files/InheritedTestCase.php
  2303. 13 PHPUnit/Tests/_files/AnInterface.php
  2304. 13 PHPUnit/Samples/BowlingGame/BowlingGameSpec.php
  2305. 13 PHPUnit/Framework/Constraint/IsEmpty.php
  2306. 13 PHPUnit/Framework/Constraint/Exception.php
  2307. 13 PHPUnit/Extensions/Database/UI/Modes/ExportDataSet/Arguments.php
  2308. 13 PHPUnit/Extensions/Database/UI/Mediums/Text.php
  2309. 13 PHPUnit/Extensions/Database/UI/InvalidModeException.php
  2310. 13 PHPUnit/Extensions/Database/UI/IMode.php
  2311. 13 PHPUnit/Extensions/Database/UI/IModeFactory.php
  2312. 13 PHPUnit/Extensions/Database/UI/IMedium.php
  2313. 13 PHPUnit/Extensions/Database/UI/Context.php
  2314. 13 PHPUnit/Extensions/Database/UI/Command.php
  2315. 13 PHPUnit/Extensions/Database/DataSet/Specs/Yaml.php
  2316. 13 PHPUnit/Extensions/Database/DataSet/Specs/Xml.php
  2317. 13 PHPUnit/Extensions/Database/DataSet/Specs/FlatXml.php
  2318. 13 PHPUnit/Extensions/Database/DataSet/Specs/Factory.php
  2319. 13 PHPUnit/Extensions/Database/DataSet/Specs/DbTable.php
  2320. 13 PHPUnit/Extensions/Database/DataSet/Specs/DbQuery.php
  2321. 13 PHPUnit/Extensions/Database/DataSet/Specs/Csv.php
  2322. 13 PHPUnit/Extensions/Database/DataSet/Persistors/Factory.php
  2323. 135 ChangeLog.markdown
  2324. 130 .travis.yml
  2325. 12 Tests/Util/DiffTest.php
  2326. 12 tests/TextUI/testdox-html.phpt
  2327. 12 Tests/TextUI/log-json.phpt
  2328. 12 tests/TextUI/dataprovider-log-xml.phpt
  2329. 12 tests/TextUI/dataprovider-log-xml-isolation.phpt
  2330. 12 tests/TextUI/custom-printer-verbose.phpt
  2331. 12 tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php
  2332. 12 Tests/_files/ExceptionTest.php
  2333. 12 src/Runner/TestSuiteLoader.php
  2334. 12 src/Runner/Filter/Group.php
  2335. 12 src/Runner/Exception.php
  2336. 12 src/Framework/RiskyTest.php
  2337. 12 src/Framework/OutputError.php
  2338. 12 src/Framework/InvalidCoversTargetException.php
  2339. 12 src/Framework/Constraint/PCREMatch.php
  2340. 12 src/Framework/Constraint/IsNan.php
  2341. 12 src/Framework/Constraint/IsInfinite.php
  2342. 12 src/Framework/Constraint/IsFinite.php
  2343. 12 src/Framework/CodeCoverageException.php
  2344. 12 src/Extensions/GroupTestSuite.php
  2345. 12 PHPUnit/Util/Report/Template/file.html.dist
  2346. 12 PHPUnit/Tests/TextUI/story.phpt
  2347. 12 PHPUnit/Tests/TextUI/coverage-clover-isolation.phpt
  2348. 12 PHPUnit/Tests/TextUI/concrete-test-class.phpt
  2349. 12 PHPUnit/Tests/_files/OutputTestCase.php
  2350. 12 PHPUnit/Tests/Extensions/Database/DataSet/YamlDataSetTest.php
  2351. 12 PHPUnit/Tests/Extensions/Database/DataSet/QueryTableTest.php
  2352. 12 PHPUnit/Tests/Extensions/Database/DataSet/QueryDataSetTest.php
  2353. 12 PHPUnit/Framework/Comparator/Scalar.php
  2354. 12 PHPUnit/Framework/ComparatorFactory.php
  2355. 12 PHPUnit/Framework/Comparator/Double.php
  2356. 12 PHPUnit/Framework/Comparator/Array.php
  2357. 12 PHPUnit/Extensions/TestSetup.php
  2358. 12 PHPUnit/Extensions/Database/UI/IMediumPrinter.php
  2359. 12 PHPUnit/Extensions/Database/IDatabaseListConsumer.php
  2360. 12 PHPUnit/Extensions/Database/DataSet/Specs/IFactory.php
  2361. 12 PHPUnit/Extensions/Database/DataSet/ISpec.php
  2362. 12 dbunit.bat
  2363. 12 composer/bin/phpunit
  2364. 12 build/travis-ci.xml
  2365. 128 README.markdown
  2366. 128 PHPUnit/Util/Class.php
  2367. 124 src/Framework/TestResult.php
  2368. 11 tests/Util/XmlTest.php
  2369. 11 tests/Util/RegexTest.php
  2370. 11 Tests/TextUI/log-xml.phpt
  2371. 11 tests/TextUI/failure.phpt
  2372. 11 tests/TextUI/failure-isolation.phpt
  2373. 11 tests/TextUI/exception-stack.phpt
  2374. 11 tests/TextUI/dependencies.phpt
  2375. 11 tests/TextUI/dependencies-isolation.phpt
  2376. 11 tests/TextUI/dataprovider-debug.phpt
  2377. 11 tests/Regression/GitHub/74.phpt
  2378. 11 tests/Regression/GitHub/1351.phpt
  2379. 11 tests/_files/BankAccountTest.php
  2380. 11 tests/Extensions/RepeatedTestTest.php
  2381. 11 src/Util/TestSuiteIterator.php
  2382. 11 src/Util/String.php
  2383. 11 src/Util/RegularExpression.php
  2384. 11 src/Util/Json.php
  2385. 11 src/Framework/SkippedTest.php
  2386. 11 src/Framework/SelfDescribing.php
  2387. 11 src/Framework/Constraint/StringMatches.php
  2388. 11 src/Framework/Constraint/Constraint.php
  2389. 11 PHPUnit/Util/Report/Test/Node.php
  2390. 11 PHPUnit/Util/Report/Coverage/Node.php
  2391. 11 PHPUnit/Util/Report/Coverage/Node/Directory.php
  2392. 11 PHPUnit/Util/Metrics.php
  2393. 11 PHPUnit/Util/Log/PMD/Rule/Function.php
  2394. 11 PHPUnit/Util/Log/PMD/Rule/File.php
  2395. 11 PHPUnit/Util/Log/PMD/Rule/Class.php
  2396. 11 PHPUnit/Util/Array.php
  2397. 11 PHPUnit/Tests/TextUI/group-isolation.phpt
  2398. 11 PHPUnit/Tests/Framework/MockObject/wsdl_class.phpt
  2399. 11 PHPUnit/Tests/Framework/MockObject/wsdl_class_partial.phpt
  2400. 11 PHPUnit/Tests/Extensions/Database/DataSet/ReplacementTableTest.php
  2401. 11 PHPUnit/Tests/Extensions/Database/DataSet/ReplacementDataSetTest.php
  2402. 11 PHPUnit/Tests/Extensions/Database/DataSet/CompositeDataSetTest.php
  2403. 11 PHPUnit/Samples/FailureTest.php
  2404. 11 PHPUnit/Framework/MockObject/Invocation/Static.php
  2405. 11 PHPUnit/Framework/Constraint/ExceptionCode.php
  2406. 11 PHPUnit/Framework/Constraint/Callback.php
  2407. 11 PHPUnit/Framework/Comparator/Type.php
  2408. 11 PHPUnit/Framework/Comparator/SplObjectStorage.php
  2409. 11 PHPUnit/Framework/Comparator/Resource.php
  2410. 11 PHPUnit/Framework/Comparator.php
  2411. 11 PHPUnit/Framework/Assert/Functions.php.in
  2412. 11 PHPUnit/Extensions/TicketListener/GitHub.php
  2413. 11 pear-phpunit.bat
  2414. 11 pear-phpunit
  2415. 119 src/Framework/TestSuite.php
  2416. 117 src/Framework/Assert.php
  2417. 114 src/Util/Configuration.php
  2418. 113 PHPUnit/Util/Filter.php
  2419. 10 tests/TextUI/testdox.phpt
  2420. 10 tests/TextUI/phar-extension.phpt
  2421. 10 tests/TextUI/failure-reverse-list.phpt
  2422. 10 tests/TextUI/custom-printer-debug.phpt
  2423. 10 tests/Regression/GitHub/581.phpt
  2424. 10 tests/Regression/GitHub/503.phpt
  2425. 10 tests/Regression/GitHub/322.phpt
  2426. 10 Tests/Regression/GitHub/244.phpt
  2427. 10 tests/Regression/GitHub/1216.phpt
  2428. 10 Tests/Framework/TestFailureTest.php
  2429. 10 Tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php
  2430. 10 tests/Extensions/PhptTestCaseTest.php
  2431. 10 Tests/bootstrap.php
  2432. 10 src/Util/TestDox/ResultPrinter/Text.php
  2433. 10 src/Util/PHP/eval-stdin.php
  2434. 10 src/Runner/Filter/Group/Include.php
  2435. 10 src/Runner/Filter/Group/Exclude.php
  2436. 10 src/Framework/IncompleteTest.php
  2437. 10 src/Framework/Error.php
  2438. 10 src/Framework/Constraint/StringMatchesFormatDescription.php
  2439. 10 src/Extensions/PhptTestSuite.php
  2440. 10 src/Exception.php
  2441. 10 phpunit.xml
  2442. 10 PHPUnit/Util/Report/Template/directory.html.dist
  2443. 10 PHPUnit/Tests/TextUI/dependencies2.phpt
  2444. 10 PHPUnit/Tests/TextUI/dataprovider-log-xml.phpt
  2445. 10 PHPUnit/Tests/TextUI/dataprovider-log-xml-isolation.phpt
  2446. 10 PHPUnit/Tests/_files/BankAccount.xml
  2447. 10 PHPUnit/Samples/BowlingGame/BowlingGameTest.php
  2448. 10 PHPUnit/Samples/BowlingGame/BowlingGame.php
  2449. 10 PHPUnit/GtkUI/SuiteTreeModel.php
  2450. 10 PHPUnit/GtkUI/Main.php
  2451. 10 PHPUnit/GtkUI/glade/testrunner.glade
  2452. 10 PHPUnit/Framework/MockObject/Invocation/Object.php
  2453. 10 PHPUnit/Framework/MockObject/Generator/unmocked_constructor.tpl.dist
  2454. 10 PHPUnit/Framework/Constraint/JsonMatches.php
  2455. 10 PHPUnit/Framework/Comparator/Numeric.php
  2456. 10 PHPUnit/Framework/Comparator/MockObject.php
  2457. 10 PHPUnit/Extensions/TicketListener/GoogleCode.php
  2458. 10 build/tools/phpcs
  2459. 10 appveyor.yml
  2460. 106 tests/Framework/ConstraintTest.php
  2461. 100 PHPUnit/Framework/Constraint/IsEqual.php
Add Comment
Please, Sign In to add comment