forked from Nimut/testing-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
277 lines (240 loc) · 20.5 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
2019-03-08 [RELEASE] Release of nimut/testing-framework 4.1.5 (Nicole Cordes)
2019-03-08 fc2e2dd [BUGFIX] Use lowercased package name for mikey179/vfsstream (Nicole Cordes)
2019-03-08 f85e26e [TASK] Raise phpunit/phpunit compatibility to ^7.0 (Nicole Cordes)
2019-03-08 862394a [BUGFIX] Exclude TRAVIS_CMD in xdebug grep (Nicole Cordes)
2019-03-08 6d1d173 [TASK] Raise PHP compatibility to 7.3 (Nicole Cordes)
2019-03-08 63f78db [BUGFIX] Add missing build job for PHP 7.2 / TYPO3 7.6 (Nicole Cordes)
2018-11-01 [RELEASE] Release of nimut/testing-framework 4.1.4 (Nicole Cordes)
2018-10-29 fa6c602 [BUGFIX] Set correct default core extension dependencies (Nicole Cordes)
2018-10-03 20be88d [TASK] Remove support for non LTS versions (Nicole Cordes)
2018-10-02 [RELEASE] Release of nimut/testing-framework 4.1.3 (Nicole Cordes)
2018-10-02 71099fb [TASK] Raise TYPO3 dependencies to include 9.5 (Nicole Cordes)
2018-09-18 [RELEASE] Release of nimut/testing-framework 4.1.2 (Nicole Cordes)
2018-09-18 bb768c6 [FEATURE] Add functional test for backend routes (Nicole Cordes)
2018-09-18 a2ae145 [TASK] Initialize backend routes with extension config (Mathias Brodala)
2018-09-17 40ac176 [BUGFIX] Initialize backend routes for TYPO3 >= 9.2 (Mathias Brodala)
2018-09-11 [RELEASE] Release of nimut/testing-framework 4.1.1 (Nicole Cordes)
2018-09-11 7e9d5da [BUGFIX] Initialize UnitTest Bootstrap with minimum requirements (Nicole Cordes)
2018-09-10 7b572c1 [BUGFIX] Ensure TYPO3_PATH_APP is reset to store local caches (Nicole Cordes)
2018-09-10 fe9957c [BUGFIX] Ensure ext_tables.php files are loaded (Nicole Cordes)
2018-09-10 [RELEASE] Release of nimut/testing-framework 4.1.0 (Nicole Cordes)
2018-09-05 5666525 [BUGFIX] Correctly initialize UnitTest Bootstrap in TYPO3 >= 9.2 (Nicole Cordes)
2018-09-05 fbbacff [BUGFIX] Reset database connection to delete internal state (Nicole Cordes)
2018-09-05 33f1fc3 [BUGFIX] Correctly load extension configuration in TYPO3 >= 9.2 (Nicole Cordes)
2018-09-05 427e7b6 [BUGFIX] Correctly initialize Bootstrap in TYPO3 >= 9.2 (Nicole Cordes)
2018-09-05 72da3ce [TASK] Raise TYPO3 dependencies to include 9.4 (Nicole Cordes)
2018-08-14 c79af6d [BUGFIX] Use updated package of nimut/typo3-complete (Nicole Cordes)
2018-07-17 ec08709 Update README.md (Matthias Vogel)
2018-06-22 [RELEASE] Release of nimut/testing-framework 4.0.0 (Nicole Cordes)
2018-06-22 d891b25 [TASK] Raise branch alias to 4.x-dev (Nicole Cordes)
2018-06-16 aa375a1 [BUGFIX] Prefer stable package versions (Nicole Cordes)
2018-06-16 985dbfa [BUGFIX] Use different error type for exception test (Nicole Cordes)
2018-06-12 68d8da5 Mark as compatible with TYPO3 9.3 (Helmut Hummel)
2018-05-29 3a4681a [TASK] Add FileStreamWrapperTest from TYPO3 core (Nicole Cordes)
2018-05-29 d3d7334 [BUGFIX] Prevent notice on empty touch arguments (Nicole Cordes)
2018-05-28 ae26846 Simplify PHP version constraint (Nicole Cordes)
2018-05-27 5c0607f [TASK] Set a minimum PHP version in composer.json (Oliver Klee)
2018-05-25 d02da2a [TASK] Fix a typo in a comment (Oliver Klee)
2018-04-13 [RELEASE] Release of nimut/testing-framework 3.0.7 (Nicole Cordes)
2018-04-13 67b0e33 [BUGFIX] Explicitly require 9.1.1 as nimut/typo3-complete version (Nicole Cordes)
2018-04-13 d6cb420 [TASK] Raise TYPO3 dependencies to include 9.2 (Nicole Cordes)
2018-04-05 [RELEASE] Release of nimut/testing-framework 3.0.6 (Nicole Cordes)
2018-04-05 657589b [BUGFIX] Set conflict to broken symfony/finder versions (Nicole Cordes)
2018-04-05 768f1c0 [TASK] Add app-dir to composer.json (Nicole Cordes)
2018-03-15 ce6a159 [BUGFIX] Add missing dependencies for functional tests (Nicole Cordes)
2018-03-15 331e2a0 [BUGFIX] Don't run SonarQube Scanner without SONAR_TOKEN (Nicole Cordes)
2018-03-15 937f137 [TASK] Run tests extending FunctionalTestCase in separate processes (Nicole Cordes)
2018-03-14 [RELEASE] Release of nimut/testing-framework 3.0.5 (Nicole Cordes)
2018-03-14 5d6473f [BUGFIX] Prevent unsetting PHPUnit properties (Nicole Cordes)
2018-03-09 489c645 [BUGFIX] Remove importing fixtures for pages_language_overlay (Nicole Cordes)
2018-03-09 [RELEASE] Release of nimut/testing-framework 3.0.4 (Nicole Cordes)
2018-03-09 a94e1b1 [BUGFIX] Enforce database name to be lowerstring (Nicole Cordes)
2018-02-28 [RELEASE] Release of nimut/testing-framework 3.0.3 (Nicole Cordes)
2018-02-28 13c2563 [BUGFIX] Remove superfluous database field from be_users fixture file (Nicole Cordes)
2018-02-23 6ea971b [BUGFIX] Allow to override database setting for function test system (Nicole Cordes)
2018-02-04 f67e9fb [BUGFIX] Prevent deprecation errors due to trigger_error (Nicole Cordes)
2018-02-02 [RELEASE] Release of nimut/testing-framework 3.0.2 (Nicole Cordes)
2018-02-01 62f1ff8 [TASK] SonarQube: Exclude tests/Package directory for coverage report (Nicole Cordes)
2018-02-01 409e6b7 [FEATURE] SonarQube: Execute tests with all TYPO3 versions (Nicole Cordes)
2018-02-01 dfe1776 [BUGFIX] Move v90 AbstractTestSystem to TestSystem (Nicole Cordes)
2018-02-01 4e15b46 [BUGFIX] Add missing psr-4 autoload information (Nicole Cordes)
2018-02-01 698a0d9 [BUGFIX] Remove files before unsetting properties (Nicole Cordes)
2018-01-30 [RELEASE] Release of nimut/testing-framework 3.0.1 (Nicole Cordes)
2018-01-30 34b70e6 [BUGFIX] Re-add TYPO3 9.0 support (Nicole Cordes)
2018-01-30 3836623 [TASK] Raise TYPO3 dependencies to include 9.1 (Nicole Cordes)
2018-01-23 88950ef [TASK] Update composer.json license definition (Nicole Cordes)
2018-01-23 522d51f [BUGFIX] Initialize TYPO3 Backend Routing (Nicole Cordes)
2018-01-13 [RELEASE] Release of nimut/testing-framework 3.0.0 (Nicole Cordes)
2018-01-13 59901ec [BUGFIX] Fix broken Travis link and badge image (Oliver Klee)
2018-01-12 b2b3e71 [TASK] Update version numbers in the README (Oliver Klee)
2017-12-17 cc2d6ec [FEATURE] SonarQube: Add PHPUnit test and coverage results import (Nicole Cordes)
2017-12-17 88507ca [FEATURE] Add SonarQube Scanner to Travis CI (Nicole Cordes)
2017-12-17 1839044 [TASK] Travis CI: introduce build stages (Nicole Cordes)
2017-12-16 c66b848 [TASK] Fix coding style according to PHP-CS-Fixer (Nicole Cordes)
2017-12-16 14f94e6 [FEATURE] Add stricter rules for PHP-CS-Fixer and StyleCI (Nicole Cordes)
2017-12-16 bf87eca [BUGFIX] Remove wrong require statement (Nicole Cordes)
2017-12-16 66e4b8b [FEATURE] Optimize class loading using Composer ClassLoader (Nicole Cordes)
2017-12-15 e9f1e40 [FEATURE] Move Database classes to compat folder (Nicole Cordes)
2017-12-15 8fb0f38 [FEATURE] Move TestSystem classes to compat folder (Nicole Cordes)
2017-12-15 44e3bb6 [FEATURE] Move Bootstrap classes to compat folder (Nicole Cordes)
2017-12-15 8ab1ec4 [BUGFIX] Ensure default extension configuration is loaded (Nicole Cordes)
2017-12-14 5ef585a [BUGFIX] Prevent calling non-existing method injectReflectionService (Nicole Cordes)
2017-12-13 82edabd [FEATURE] Switch to PHPUnit 6 classes (Nicole Cordes)
2017-12-13 c507b34 [TASK] Adjust Travis CI configuration to current settings (Nicole Cordes)
2017-12-13 e6d1145 [!!!][TASK] Remove legacy and compat classes (Nicole Cordes)
2017-12-13 b990079 [FEATURE] Upgrade PHP and PHPUnit dependencies (Nicole Cordes)
2017-12-13 9b80fbf [TASK] Raise branch alias to 3.x-dev (Nicole Cordes)
2017-12-14 [RELEASE] Release of nimut/testing-framework 2.0.2 (Nicole Cordes)
2017-12-14 9f11259 [BUGFIX] Apply SYS/setDBinit to default database configuration in TestSystem (Nicole Cordes)
2017-12-14 1d11ca6 [BUGFIX] Add missing dependency typo3/cms-frontend (Nicole Cordes)
2017-11-15 [RELEASE] Release of nimut/testing-framework 2.0.1 (Nicole Cordes)
2017-10-29 d95e865 Update FunctionalTestCase.php (Nicole Cordes)
2017-10-27 68304b9 [BUGFIX] Avoid serialization of database (Mathias Brodala)
2017-09-13 b6ba24a [BUGFIX] Remove symlinks from pathsToLinkInTestInstance in tearDown (Nicole Cordes)
2017-09-13 e653c85 [TASK] Add additional test to ensure database exception is thrown (Nicole Cordes)
2017-09-12 a85f8d8 [FEATURE] Throws exception on database errors during Testsystem::setUp (Nicole Cordes)
2017-09-04 c082b01 [TASK] Add additional information links to README.md (Nicole Cordes)
2017-09-03 [RELEASE] Release of nimut/testing-framework 2.0.0 (Nicole Cordes)
2017-09-03 b21a595 [TASK] Add documentation for database abstraction layer (Nicole Cordes)
2017-09-02 7de1398 [BUGFIX] Search autoload.php in web root (Nicole Cordes)
2017-09-02 e0211e9 [BUGFIX] Prevent calling removed function in Bootstrap (Nicole Cordes)
2017-05-14 30bc0f4 [TASK] Raise branch alias (Nicole Cordes)
2017-05-14 469b01d [FEATURE] Add database abstraction for Doctrine DBAL api (Nicole Cordes)
2017-05-14 b7a560f [!!!][FEATURE] Introduce database abstraction layer (Nicole Cordes)
2017-09-02 2949fee [TASK] Downgrade Travis CI dist (Nicole Cordes)
2017-08-30 [RELEASE] Release of nimut/testing-framework 1.1.9 (Nicole Cordes)
2017-08-30 75f1a9d [TASK] Set an encryptionKey in functional test framework (Nicole Cordes)
2017-05-24 [RELEASE] Release of nimut/testing-framework 1.1.8 (Nicole Cordes)
2017-05-23 445ea06 [BUGFIX] Fix path to test environment (Helmut Hummel)
2017-05-14 [RELEASE] Release of nimut/testing-framework 1.1.7 (Nicole Cordes)
2017-05-14 bba9b4b [BUGFIX] Ensure TYPO3_CONTEXT is set before bootstrap initialization (Nicole Cordes)
2017-05-13 [RELEASE] Release of nimut/testing-framework 1.1.6 (Nicole Cordes)
2017-05-10 0325afb [BUGFIX] Prevent calling removed initializeTypo3DbGlobal function (Nicole Cordes)
2017-05-10 b1d3933 [BUGFIX] Prevent calling removed initializeTypo3DbGlobal function (Nicole Cordes)
2017-05-10 1925ca8 [BUGFIX] Correct class loading information in OldBootstrap for non-composer mode (Nicole Cordes)
2017-04-19 2796cc1 [TASK] Drop 6.2.x-dev build job on Travis CI (Nicole Cordes)
2017-04-19 b77b46b [BUGFIX] Add version alias for dev-master (Nicole Cordes)
2017-04-19 [RELEASE] Release of nimut/testing-framework 1.1.5 (Nicole Cordes)
2017-04-18 a8284d7 [BUGFIX] Fix detection of path to entry script for TYPO3 CMS 9.x (Nicole Cordes)
2017-04-17 4cf56aa [BUGFIX] Do not require TYPO3_OS constant to be set (Helmut Hummel)
2017-04-17 c7ac1a5 [BUGFIX] Avoid serialization of TestSystem (Helmut Hummel)
2017-04-10 ace2b41 [TASK] Reduce build jobs to stable versions only (Nicole Cordes)
2017-03-30 [RELEASE] Release of nimut/testing-framework 1.1.4 (Nicole Cordes)
2017-03-23 7b7af2d [BUGFIX] Try to stabilize mkdir for parallel test execution (Nicole Cordes)
2017-03-12 [RELEASE] Release of nimut/testing-framework 1.1.3 (Nicole Cordes)
2017-03-10 dc6c399 [BUGFIX] Support phpdbg (Mathias Brodala)
2017-03-05 76ef7ab [TASk] Move friendsofphp/php-cs-fixer to suggest section (Nicole Cordes)
2017-03-05 [RELEASE] Release of nimut/testing-framework 1.1.2 (Nicole Cordes)
2017-03-04 665eba1 [TASK] Bind Core\Bootstrap to Bootstrap classes (Nicole Cordes)
2017-03-04 6423258 [BUGFIX] Correct class loading information in non-composer mode (Nicole Cordes)
2017-03-04 1b4546b [TASK] Add more coding style rules (Nicole Cordes)
2017-03-03 [RELEASE] Release of nimut/testing-framework 1.1.1 (Nicole Cordes)
2017-03-03 a34716d [BUGFIX] Re-add moved bootstrap files for compatibility (Nicole Cordes)
2017-03-03 [RELEASE] Release of nimut/testing-framework 1.1.0 (Nicole Cordes)
2017-03-03 8cb754d [TASK] Streamline mk_dir usage and prevent warnings (Nicole Cordes)
2017-03-03 34cbba1 [TASK] Add branch alias 1.x-dev for dev-master (Nicole Cordes)
2017-03-02 ee6f85d [TASK] Loose typo3/cms dependencies to allow dev versions (Nicole Cordes)
2017-03-01 b6cbe7e [TASK] Rename Factory::getInstance() methods (Nicole Cordes)
2017-02-26 d789b9d [TASK] Remove coupling to Bootstrap\AbstractTestsBootstrap (Nicole Cordes)
2017-02-26 e92de5e [TASK] Refactor bootstrap classes (Nicole Cordes)
2017-02-26 98d0a96 [TASK] Remove Bootstrap\FunctionalTestCaseBootstrapUtility (Nicole Cordes)
2017-02-26 3ee4ae2 [TASK] Introduce TestSystem classes for functional test bootstrap (Nicole Cordes)
2017-02-25 baeb59d [TASK] Rename TestCase\BaseTestCase to TestCase\AbstractTestCase (Nicole Cordes)
2017-02-25 1c48c1e [TASK] Use checkout in Travis CI configuration (Nicole Cordes)
2017-02-25 54d2efe [TASK] Use single Bootstrap\Functional instances for different versions (Nicole Cordes)
2017-02-25 919bef8 [TASK] Use single Bootstrap\Unit instances for different versions (Nicole Cordes)
2017-02-25 53e354e [BUGFIX] Correct class loading in UnitTestsBootstrap for own tests (Nicole Cordes)
2017-02-24 c1a1a88 [BUGFIX] Correct UnitTestsBootstrap initialization order (Nicole Cordes)
2017-02-24 9d76ce5 [TASK] Split UnitTestsBootstrap.php into main and legacy classes (Nicole Cordes)
2017-02-24 [RELEASE] Release of nimut/testing-framework 1.0.1 (Nicole Cordes)
2017-02-24 c6db724 [BUGFIX] Add missing method getConnectionPool to FunctionalTestCase (Nicole Cordes)
2017-02-24 df18c81 [BUGFIX] Ensure tag property is set only for AccessibleMockObjectInterface (Nicole Cordes)
2017-02-24 dd17ebe [BUGFIX] Add missing use statement for TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInterface (Nicole Cordes)
2017-02-23 [RELEASE] Release of nimut/testing-framework 1.0.0 (Nicole Cordes)
2017-02-23 4c7a531 [TASK] Add basic documentation of frontend requests to README.md (Nicole Cordes)
2017-02-23 [RELEASE] Release of nimut/testing-framework 0.4.1 (Nicole Cordes)
2017-02-23 4e04fa5 [TASK] Set testbase version to 0.5.0 (Nicole Cordes)
2017-02-23 bf30dd3 [TASK] Add test for own TypoScript in frontend request to testbase extension (Nicole Cordes)
2017-02-23 298b0ec [TASK] Be more verbose on frontend request error (Nicole Cordes)
2017-02-23 2287bd6 [BUGFIX] Move RequestBootstrap to correct folder (Nicole Cordes)
2017-02-23 440aa3f [BUGFIX] Support TypoScript files from extensions for frontend request (Nicole Cordes)
2017-02-23 [RELEASE] Release of nimut/testing-framework 0.4.0 (Nicole Cordes)
2017-02-23 ed0e8fc [TASK] Set testbase version to 0.4.0 (Nicole Cordes)
2017-02-23 6eae8ee [TASK] Reformat database fixtures code style (Nicole Cordes)
2017-02-23 5bd4647 [BUGFIX] Set necessary value for filelist_sorting in tt_content.xml (Nicole Cordes)
2017-02-23 ab3b894 [BUGFIX] Write TypoScript to sys_template record for frontend request (Nicole Cordes)
2017-02-22 e46480e [FEATURE] Add Request.tpl for frontend request in FunctionalTestCase (Nicole Cordes)
2017-02-22 e5001f2 [TASK] Add frontend request test to testbase extension (Nicole Cordes)
2017-02-22 c99f863 [FEATURE] Add classes for frontend request handling in functional tests (Nicole Cordes)
2017-02-22 [RELEASE] Release of nimut/testing-framework 0.3.1 (Nicole Cordes)
2017-02-22 22816a3 [BUGFIX] Fix NtfStreamWrapper for PHP 5.3 (Nicole Cordes)
2017-02-22 aa4e0ff [BUGFIX] Prevent expressions in empty method (Nicole Cordes)
2017-02-22 460bedf [TASK] Import fully qualified class names (Nicole Cordes)
2017-02-22 426afd9 [BUGFIX] Remove ::class usage for class names (Nicole Cordes)
2017-02-22 9337452 [BUGFIX] Switch from short to long array syntax for minor PHP versions (Nicole Cordes)
2017-02-22 5f944c1 [TASK] Add PHP 5.3 and 5.4 builds to Travis CI configuration (Nicole Cordes)
2017-02-22 16bb965 [TASK] Add PHP requirement to composer.json (Nicole Cordes)
2017-02-22 5e0f635 [TASK] Add documentation of the testing framework to README.me (Nicole Cordes)
2017-02-22 bf842f2 [TASK] Add metadata badges to README.md (Nicole Cordes)
2017-02-22 6d001f8 [TASK] Improve functional test class descriptions (Nicole Cordes)
2017-02-22 56e5e3b [TASK] Show mkdir errors (Nicole Cordes)
2017-02-22 bb02873 [TASK] Remove superfluous createDirectory call in FunctionalTestsBootstrap (Nicole Cordes)
2017-02-22 e8e6c2e [TASK] Add .gitatributes file to exclude development files from Git archives (Nicole Cordes)
2017-02-22 30c6674 [TASK] Remove unnecessary class-alias package (Nicole Cordes)
2017-02-22 [RELEASE] Release of nimut/testing-framework 0.3.0 (Nicole Cordes)
2017-02-22 15063be [TASK] Set testbase version to 0.3.0 (Nicole Cordes)
2017-02-21 903de19 [TASK] Add functional test for database fixture path resolving to testbase extension (Nicole Cordes)
2017-02-21 4b1fa53 [TASK] Add additional database fixtures (Nicole Cordes)
2017-02-21 11d7ed2 [FEATURE] Use ntf:// protocol for backendUserFixture in FunctionalTestCase (Nicole Cordes)
2017-02-21 8005956 [TASK] Register NtfStreamWrapper in test bootstraps (Nicole Cordes)
2017-02-21 4aded16 [FEATURE] Add stream wrapper for ntf:// protocol (Nicole Cordes)
2017-02-21 [RELEASE] Release of nimut/testing-framework 0.2.1 (Nicole Cordes)
2017-02-21 852bfdc [TASK] Set testbase version to 0.2.0 (Nicole Cordes)
2017-02-21 c3009ec [FEATURE] Add functional test classes and ensure backend user login (Nicole Cordes)
2017-02-21 204132a [BUGFIX] Use own getMock method in Nimut\TestingFramework\TestCase\ViewHelperBaseTestcase (Nicole Cordes)
2017-02-21 f288cf4 [BUGFIX] Add missing test class Nimut\TestingFramework\Rendering\RenderingContextFixture (Nicole Cordes)
2017-02-21 10a75ed [BUGFIX] Move TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\ViewHelperBaseTestcase compat class to correct subfolder (Nicole Cordes)
2017-02-21 c2ef0e3 [TASK] Include tests with typo3/cms dev source (Nicole Cordes)
2017-02-21 7a92568 [TASK] Add missing Travis CI build job (Nicole Cordes)
2017-02-21 5d1e00d [FEATURE] Add RenderChildrenViewHelper class and unit tests in testbase extension (Nicole Cordes)
2017-02-21 ed304b7 [TASK] Exclude ext_emconf.php from code style check (Nicole Cordes)
2017-02-21 098f566 [FEATURE] Add Mock class and Unit Tests in testbase extension (Nicole Cordes)
2017-02-21 70ef84b [FEATURE] Execute PHPUnit tests from own testbase extension (Nicole Cordes)
2017-02-21 dfa1a60 [FEATURE] Add basic UnitTest files (Nicole Cordes)
2017-02-21 43a83e8 [TASK] Add basic extension files (Nicole Cordes)
2017-02-20 [RELEASE] Release of nimut/testing-framework 0.2.0 (Nicole Cordes)
2017-02-16 31a0b37 [FEATURE] Add missing compatibility classes for TYPO3 CMS 8.6 (Nicole Cordes)
2017-02-16 22fd37a [FEATURE] Add support for TYPO3 CMS 6.2 (Nicole Cordes)
2017-02-16 e0d1cbc [FEATURE] Add functional test framework classes (Nicole Cordes)
2017-02-16 0c2b887 [FEATURE] Add basic functional testing classes (Nicole Cordes)
2017-02-16 59b00d2 [TASK] Ignore composer.lock file (Nicole Cordes)
2017-02-16 [RELEASE] Release of nimut/testing-framework 0.1.1 (Nicole Cordes)
2017-02-16 c6e0292 [BUGFIX] Use correct Exception class in compat/Exception.php (Nicole Cordes)
2017-02-16 [RELEASE] Release of nimut/testing-framework 0.1.0 (Nicole Cordes)
2017-02-16 c8d8cf9 [TASK] Ignore .Build folder (Nicole Cordes)
2017-02-16 a5f6e2a [TASK] Mention TYPO3 CMS project in license header (Nicole Cordes)
2017-02-16 533da27 [TASK] Provide TYPO3\Components\TestingFramework classes for dev only (Nicole Cordes)
2017-02-16 82d59d5 [TASK] Remove unnecessary class property in UnitTestCase (Nicole Cordes)
2017-02-16 7fa4fcc [TASK] Move compatibility classes to compat folder (Nicole Cordes)
2017-02-16 0c3a40a [TASK] Remove incompatible build job (Nicole Cordes)
2017-02-16 fea9f13 [TASK] Execute unit tests from typo3/cms-core (Nicole Cordes)
2017-02-16 c682eaa [FEATURE] Execute PHP lint tests on Travis CI (Nicole Cordes)
2017-02-16 cd00812 [TASK] Fix coding style according to php-cs-fixer (Nicole Cordes)
2017-02-16 c66577e [FEATURE] Add StyleCI Coding Style Service (Nicole Cordes)
2017-02-16 6b09981 [FEATURE] Add friendsofphp/php-cs-fixer as dev requirement (Nicole Cordes)
2017-02-16 b045a49 [TASK] Prevent deprecated method getMock in BaseTestCase (Nicole Cordes)
2017-02-16 3ec50b3 [FEATURE] Add Exception classes (Nicole Cordes)
2017-02-16 8a28904 [FEATURE] Add FileStreamWrapper classes (Nicole Cordes)
2017-02-16 59b027d [FEATURE] Add ViewHelperBaseTestCase classes (Nicole Cordes)
2017-02-16 0d1a345 [FEATURE] Add missing compatibility class for TYPO3 CMS 8.6 (Nicole Cordes)
2017-02-16 9e678fe [FEATURE] Add missing compatibility class for TYPO3 CMS 7.6 (Nicole Cordes)
2017-02-16 441b615 [FEATURE] Add support for TYPO3 CMS 6.2 (Nicole Cordes)
2017-02-16 84d6ca2 [TASK] Add README.md (Nicole Cordes)
2017-02-15 fab0af7 [TASK] Remove superfluous dependency to StringUtility in UnitTestCase (Nicole Cordes)
2017-02-15 2abb809 [TASK] Move configuration to root (Nicole Cordes)
2017-02-15 3d40095 [FEATURE] Add compatibility UnitTestCase class (Nicole Cordes)
2017-02-15 ab9477f [FEATURE] Add basic unit testing classes (Nicole Cordes)
2017-02-15 8934be4 [TASK] Add bootstrap file for Unit Tests (Nicole Cordes)
2017-02-15 690603f [TASK] Add UnitTests.xml configuration file (Nicole Cordes)
2017-02-15 4558f04 [TASK] Add composer.json (Nicole Cordes)
2017-02-14 9ee7bb2 [TASK] Ignore .idea folder (Nicole Cordes)