mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00
Commit graph

1045 commits

Author SHA1 Message Date
Oliver Klee
a4721b0d1c [FEATURE] Add a DBUnit example
This is the functional test for the TeaBeverageRepository.
2015-10-26 23:37:57 +01:00
Oliver Klee
6dfa56f78e [BUGFIX] Fix the repository functional test namespace 2015-10-26 23:01:49 +01:00
Oliver Klee
1c3031597b [FEATURE] Add examples for using the Testing Framework 2015-10-26 22:59:12 +01:00
Oliver Klee
12c69e81b0 [BUGFIX] Fix a casing typo in a test name 2015-10-26 22:04:42 +01:00
Oliver Klee
f529e4a688 [CLEANUP] Use ::class and imports 2015-10-25 12:01:33 +01:00
Oliver Klee
ee8a8f903c [FEATURE] Add an example for vfsStream 2015-10-24 01:18:23 +02:00
Oliver Klee
bd16a2a531 [TASK] Update the ext_emconf.php
* set the version to 0.0.1
* set the state to experimental
* add a dependency on PHPUnit
2015-10-23 22:07:25 +02:00
Oliver Klee
e1dfe5971f [TASK] Add more links to the README 2015-10-22 15:16:40 +02: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
c065531f26 [CLEANUP] Import/use ObjectStorage to avoid duplication 2015-06-14 11:31: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
f3b26e35ee [CLEANUP] boolean -> bool, integer -> int 2014-12-14 16:17:44 +01:00
Oliver Klee
5a33bc2a85 [CLEANUP] Shorten the die() line 2014-12-14 15:50:25 +01:00
Oliver Klee
1e248f4bb0 [CLEANUP] Use $GLOBALS['TCA'] instead of $TCA 2014-12-11 14:17:37 +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
Oliver Klee
3aae93f279 Merge pull request #2 from mostwanted1976/patch-1
[CLEANUP] Add @return void annotation to @test methods
2014-01-01 15:37:18 -08:00
mostwanted
9343053ab6 Add @return void annotation to test methods 2014-01-02 00:04:01 +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
mostwanted
a64094be3d Add @return void annotation to test methods 2014-01-02 00:02:47 +01:00
mostwanted
956e8b5a09 Add @return void annotation to test methods 2014-01-02 00:01:54 +01:00
mostwanted
bb52944347 Add @return void annotation to test methods 2014-01-02 00:00:34 +01:00
Oliver Klee
de5e6711f6 Merge pull request #1 from mostwanted1976/patch-1
[CLEANUP] Add @return void annotation to @test methods.
2014-01-01 12:35:57 -08:00
mostwanted
dec404a5f0 Add @return void annotation to test methods (PoC)
Missing @return void annotation in phpdoc block of test methods lead to php codesniffer (phpcs) errors when using the TYPO3 CMS coding guidelines:

This function must always have a return value.
(TYPO3SniffPool.Scope.AlwaysReturn.AlwaysReturnStatement)

I suggest to add @return void annotations. Do you agree?
2014-01-01 21:18:39 +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
ee93fac2b7 [FEATURE] Add missing files for indexAction. 2013-11-05 12:41:20 +01:00
Oliver Klee
3bdff176e7 [FEATURE] Add TestimonialController.indexAction. 2013-11-05 12:39:25 +01:00
Oliver Klee
1dec243b02 [CLEANUP] Use 6.0.0-6.2.99 as version requirements. 2013-11-02 18:29:09 +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
e8d19e41c8 [FEATURE] Add an Addition model an a relation to it. 2013-11-01 21:21:03 +01:00
Oliver Klee
c74c26029a [FEATURE] Add a TeaType model and a relation to it. 2013-11-01 20:51:53 +01:00
Oliver Klee
c51c06715d [FEATURE] Add the TeaBeverage model and repository. 2013-11-01 20:11:03 +01:00
Oliver Klee
c408357dc6 [TASK] Add maximum TYPO3 versions to ext_emconf.php. 2013-11-01 19:58:04 +01:00
Oliver Klee
35e377ca6e [TASK] Add documentation directories to the .gitignore. 2013-11-01 19:55:30 +01:00
Oliver Klee
fddb3ce216 [FEATURE] Add the basic extension data. 2013-11-01 19:53:00 +01:00
Oliver Klee
fb151cbbb1 [TASK] Add a description to the README. 2013-11-01 19:51:50 +01:00
Oliver Klee
19c86335a5 [CLEANUP] Update .gitignore. 2013-11-01 19:51:34 +01:00
Oliver Klee
2ab4fe7610 Initial commit 2013-11-01 11:45:05 -07:00