Oliver Klee
|
6b957de595
|
[FEATURE] Allow installations on TYPO3 12 (#652)
|
2022-10-19 09:06:36 +02:00 |
|
Oliver Klee
|
0a1a00dd22
|
[CLEANUP] Drop usages of ObjectManager whereever possible (#616)
Fixes #596
|
2022-10-10 02:15:33 +02:00 |
|
Oliver Klee
|
f6af430180
|
[TASK] Upgrade to PHPUnit 9 (#610)
Also upgrade PHPCOV to match the used PHPUnit version
Fixes #586
Fixes #542
|
2022-10-09 06:19:32 +02:00 |
|
Lina Wolf
|
e469041db7
|
[CLEANUP] Use typed properties instead of @var annotations (#599)
The `@var` annotations where left where it is not possible yet to replace them in PHP 7.4.
Fixes #550
Co-authored-by: lina.wolf <lwolf@w-commerce.de>
|
2022-10-03 19:00:55 +02:00 |
|
Oliver Klee
|
345e01e381
|
[CLEANUP] Drop an unnecessary field in a test (#413)
|
2022-04-03 02:25:42 +02:00 |
|
Oliver Klee
|
4f2c813d7f
|
[TASK] Switch to the core testing framework (#361)
The TYPO3 core testing framework has more person-power for maintenance
behind it compared to the nimut testing framework. So we should use that.
|
2022-02-20 15:18:46 +01:00 |
|
Oliver Klee
|
074ecf6cbd
|
[TASK] Upgrade PHPStan & friends (#357)
Also re-generate the baseline, and update a type annotation to match
what the current version of jangregor/phpstan-prophecy now recognizes.
|
2021-12-25 02:39:48 +01:00 |
|
Łukasz Uznański
|
f0127b3b64
|
[TASK] Fix php cs related to official configuration (#341)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
|
2021-11-17 13:14:43 +01:00 |
|
Oliver Klee
|
ca9a8e4e15
|
[TASK] Always use @covers annotations in the tests (#298)
|
2021-09-15 02:11:15 +02:00 |
|
Oliver Klee
|
6e927a8656
|
[CLEANUP] Fix the Prophecy-related type annotations (#299)
|
2021-09-15 02:09:37 +02:00 |
|
Łukasz Uznański
|
4bde411dd8
|
[TASK] Remove author annotations (#294)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
|
2021-09-07 08:51:11 +02:00 |
|
Oliver Klee
|
a9f64159ec
|
[TASK] Switch the code sniffing from PSR-2 to PSR-12 (#35)
Also update the corresponding packages and autoformat the code again.
Fixes #3
|
2019-12-07 17:44:32 +01:00 |
|
Andreas Wolf
|
3f3c9285d9
|
[CLEANUP] Fix PHP_Codesniffer issues
Resolves: #21
|
2019-12-07 12:13:32 +01:00 |
|
Oliver Klee
|
29bf7ccae5
|
[TASK] Convert the PHP namespaces to "TTN" (#9)
Fixes #1
|
2019-12-01 12:16:06 +01:00 |
|
Oliver Klee
|
b519583431
|
[CLEANUP] Fix code inspection warnings (#57)
|
2019-08-12 17:43:02 +02:00 |
|
Oliver Klee
|
3401e32a84
|
[FEATURE] Add PHP-CS-Fixer (#53)
Also run the fixer on all classes and tests.
|
2019-08-12 17:25:59 +02:00 |
|
Oliver Klee
|
e2f39033c0
|
[FEATURE] Tea model and repository (#10)
|
2018-05-25 16:19:12 +02:00 |
|
Oliver Klee
|
bbb6f8e5f0
|
[TASK] Add the default directory structure (#7)
Also use spaces for indentation in the .htaccess files.
|
2018-01-27 15:54:51 +01:00 |
|
Oliver Klee
|
4b7ffe0546
|
[CLEANUP] Empty out the extensions
|
2017-12-22 22:20:43 +01:00 |
|
Oliver Klee
|
563f4befbf
|
[CLEANUP] Use strict types, scalar type hinting and return types
|
2017-09-08 18:04:28 +02:00 |
|
Oliver Klee
|
a8b687a656
|
[TASK] Switch the unit tests to nimut/testing-framework
|
2017-09-07 16:22:21 +02:00 |
|
Oliver Klee
|
1c1f846858
|
[CLEANUP] Switch to Prophecy
|
2017-05-05 19:12:44 +02:00 |
|
Oliver Klee
|
bc58abde55
|
[TASK] Make the extension compatible with TYPO3 CMS 7.6
|
2016-07-16 21:39:04 +02:00 |
|
Oliver Klee
|
31b1044fb5
|
[CLEANUP] Rework tests to match the TDD examples
|
2016-05-08 14:57:07 +02:00 |
|
Oliver Klee
|
b6bb92d0da
|
[CLEANUP] Reformat the code as PSR-2
|
2016-05-07 21:43:25 +02:00 |
|
Oliver Klee
|
f529e4a688
|
[CLEANUP] Use ::class and imports
|
2015-10-25 12:01:33 +01:00 |
|
Oliver Klee
|
e286cfd8a2
|
[CLEANUP] Lowercase null, false and true
|
2015-10-20 18:15:08 +02:00 |
|
Oliver Klee
|
2595b63847
|
[CLEANUP] Move the test to the correct namespaces
|
2015-06-14 13:07:29 +02:00 |
|
Oliver Klee
|
8073f83c8f
|
[CLEANUP] Drop the @test from the test methods
|
2015-06-14 11:27:58 +02:00 |
|
Oliver Klee
|
662026c630
|
[CLEANUP] Call static PHPUnit methods using self::
|
2015-06-14 11:16:54 +02:00 |
|
Oliver Klee
|
3db3e7af04
|
[CLEANUP] Drop the unset from tearDown()
|
2014-12-14 21:34:16 +01:00 |
|
Oliver Klee
|
cb2d55f4b8
|
[CLEANUP] Make setUp and tearDown protected
|
2014-12-14 21:20:53 +01:00 |
|
Oliver Klee
|
7696a7b97e
|
[BUGFIX] Fix types in @var and @param.
|
2014-12-11 14:16:47 +01:00 |
|
Oliver Klee
|
31dd57d52c
|
[TASK] Set TYPO3 compatibility to 6.2-7.0
|
2014-12-11 14:14:18 +01:00 |
|
Oliver Klee
|
b8f233e065
|
[CLEANUP] Use the new TYPO3 copyright headers.
|
2014-12-10 21:18:45 +01:00 |
|
mostwanted
|
64303b35b2
|
Add @return void annotation to test methods
|
2014-01-02 00:03:30 +01:00 |
|
mostwanted
|
e2732e2533
|
Add @return void annotation to test methods
|
2014-01-02 00:03:12 +01:00 |
|
Oliver Klee
|
f8a77f270f
|
[CLEANUP] Drop closing PHP tags and do some more minor cleanup.
|
2013-12-23 13:24:40 +01:00 |
|
Oliver Klee
|
4f245f1944
|
[CLEANUP] Replace "fixture" with "subject" in the unit tests.
|
2013-11-11 11:50:25 +01:00 |
|
Oliver Klee
|
d9ddc7bae5
|
[FEATURE] Add a Testimonial model and a relation to it.
|
2013-11-01 22:03:14 +01:00 |
|
Oliver Klee
|
c51c06715d
|
[FEATURE] Add the TeaBeverage model and repository.
|
2013-11-01 20:11:03 +01:00 |
|