- 07 May, 2022 1 commit
-
-
And remove phpstan exceptions along the way. Resolves: #97377 Related: #97210 Related: #97372 Releases: main Change-Id: I7769527eaf8e39150928402037e68b95c2be9cc1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74290 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
- 30 Nov, 2021 1 commit
-
-
Adapt to a patch in typo3/testing-framework. composer req --dev typo3/testing-framework:dev-main Resolves: #96121 Releases: main Change-Id: I59d6ecc92c70e75ecbb797de18110925942b8027 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72340 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 24 Sep, 2021 1 commit
-
-
Benni Mack authored
The rule trailing_comma_in_multiline is added to the PHP CS fixer configuration. This reduces possible merge conflicts in the future. The commands to apply the rules over the code base was ./bin/php-cs-fixer fix \ --path-mode intersection \ --config=Build/php-cs-fixer.php \ typo3/sysext And then: ./bin/php-cs-fixer fix --config=Build/php-cs-fixer.php Resolves: #94553 Releases: master Change-Id: I0ebbfa9edbbcde19aaeb44219a71f2f093ab705e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69825 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- 11 Sep, 2021 1 commit
-
-
Resolves: #94879 Releases: master Change-Id: I4b96ad0ed03f6089c391fb3bd3e967878aaa1ea2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70593 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 12 Aug, 2021 1 commit
-
-
Main changes are: * Use assertArrayHasKey/assertArrayNotHasKey instead of array_key_exists. * Fix misordered assertEquals/assertNotEquals arguments. * Use assertCount instead of assertEquals and count() method. Resolves: #94751 Releases: master Change-Id: Iaa0dbb4744bf41f43f4700714ed47910feaab081 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70292 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Roman Büchler <info@buechler.pro> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Roman Büchler <info@buechler.pro> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 06 Aug, 2021 1 commit
-
-
Resolves: #94736 Releases: master Change-Id: I12d1bd3b963ffb77b8b195c4a50e60a254b885b2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70278 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jochen <rothjochen@gmail.com>
-
- 15 Apr, 2020 1 commit
-
-
With this patch, the header comment of php files is automatically added by the php-cs-fixer, which guarantees that its format and place of occurrence remain the same in all files. Files that are copied over from other projects are excluded. Furthermore, files that are kind of inspired by other projects also get the same header comment but may have a second, additional comment explaining its origin. Used command: bin/php-cs-fixer fix --config=Build/php-cs-fixer/header-comment.php Releases: master Resolves: #91024 Change-Id: I5a040517e0fbde6e5a27d589bf2f222078326dc8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64159 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- 14 Apr, 2020 1 commit
-
-
This change adds two changes 'blank_line_after_opening_tag' => true, 'single_trait_insert_per_statement' => true, to our PHP-CS Fixer configuration, adopting more rules related to PSR-12. Resolves: #91020 Releases: master Change-Id: I180b2cbceb077911bddeb42d9f131e5b32244ed2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64158 Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- 29 Feb, 2020 1 commit
-
-
Resolves: #90593 Releases: master Change-Id: I2ad6f61906f42c6706d4cbca53013202ce481e7d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63498 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- 24 Oct, 2019 1 commit
-
-
Class \PHPUnit\Framework\TestCase provides many assertion methods that can be called statically and dynamically in the context of tests. Sebastian Bergmann states that neither using $this nor self/static is right or wrong. There are two reasons to use self/static however. First of all IDE's like PhpStorm support code inspections that tell you to not call static methods dynamically and therefore make your code look like a christmas tree. Secondly, there is a rule for php-cs-fixer that can take care of the initial change and which helps sticking to one specific format, unifying the code style overall. Releases: master Resolves: #89499 Change-Id: Ib4a43a94a0df220b052b88b3c3e37e716560e996 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62095 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- 30 Sep, 2018 1 commit
-
-
Shorten \TYPO3\TestingFramework\Core\Unit\UnitTestCase to UnitTestCase Resolves: #86478 Releases: master Change-Id: I5dc7704fb2776cff26f1bbf89b35e28fecd9a79e Reviewed-on: https://review.typo3.org/58501 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 11 Jun, 2018 1 commit
-
-
typo3/testing-framework since version 3.8.0 can reset singletons created by makeInstance automatically if $this->$resetSingletonInstances is set to true. This version additionally checks for left over singletons in case that property has not been set and lets tests fail in this case. composer require --dev typo3/testing-framework:^3.8 As advantage, a manual backup of singleton instances within tests is not needed anymore. The patch comes with a set of test case adaptions to cope with this new situation. Change-Id: Ib5f278145e385e32d543541872cf5e1f208fad47 Resolves: #85209 Releases: master Reviewed-on: https://review.typo3.org/57169 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 10 Feb, 2018 1 commit
-
-
If no other email-address is set as reply-to use this address as default. This is similar to the existing defaultMailFromAddress. Change-Id: Iabdf282203c1989036867a6c97b9cbe329e61f60 Resolves: #78332 Releases: master Reviewed-on: https://review.typo3.org/50263 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 16 Feb, 2017 1 commit
-
-
Change-Id: Ib8b787980d90c686457155cbb6c15cd3cd7c0d61 Releases: master Resolves: #79851 Reviewed-on: https://review.typo3.org/51715 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 04 Feb, 2017 1 commit
-
-
As the main test case files are now in subfolders, we need to correct the namespaces. Change-Id: Ie06edc099c5d3e42ff842eded03cde1ddf34c0ca Releases: master Resolves: #79629 Reviewed-on: https://review.typo3.org/51535 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 03 Feb, 2017 1 commit
-
-
- Removal of the CMS part from the namespace - Distinguish Classes / Resources For background information see https://decisions.typo3.org/t/testing-framework-extraction-next-steps/50 Change-Id: I3f73baeb16bbef82c9626add063c9edde41b47a6 Resolves: #79518 Releases: master Reviewed-on: https://review.typo3.org/51449 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 22 Dec, 2016 1 commit
-
-
Add testing framework component for independent usage Resolves: #79025 Releases: master Change-Id: I23cfd2ed42108d7d80ec776e778a1ac2d5293e55 Reviewed-on: https://review.typo3.org/50125 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 30 Aug, 2016 1 commit
-
-
As decided during T3ACME we will use the short array syntax in master. The 7.6 branch will also be done to make backporting easier. Resolves: #77692 Releases: master,7.6 Change-Id: I37e9484b1012fc9161148257a842054c24d162ba Reviewed-on: https://review.typo3.org/49651 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- 08 Oct, 2015 1 commit
-
-
TYPO3 Release Team authored
In our efforts to achieve a better interoperability with other PHP projects, the PHP code base of the TYPO3 Core switches to the PHP coding guideline standard PSR-2. See http://www.php-fig.org/psr/psr-2/ for more information. Resolves: #70515 Releases: master Change-Id: I734c0d838af157003decfeb5fc0a11dddcb87bf5 Reviewed-on: http://review.typo3.org/43918 Reviewed-by:
TYPO3 Release Team <typo3cms@typo3.org> Tested-by:
TYPO3 Release Team <typo3cms@typo3.org>
-
- 15 Jul, 2015 1 commit
-
-
@author information can be found in version control. Cluttering our code with these tags does not make much sense and they are outdated by definition or would sum up to impressive lists. As decided on acme 2015, we drop them now. Releases: master Resolves: #68152 Change-Id: Iec1ea0f873b44ab6027c94ba8353a9fdb5477bdd Reviewed-on: http://review.typo3.org/41264 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 30 Jan, 2015 1 commit
-
-
Anja Leichsenring authored
Protected is the correct visibility for those functions, as given by the base class. Change-Id: If8ed81c49c6c5cdd6933dd61647f1c2ad1bfc746 Resolves: #64642 Releases: master Reviewed-on: http://review.typo3.org/36438 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- 13 Dec, 2014 1 commit
-
-
This regular expression was used to replace PHPDoc style comments with ordinary comments: Search: /\*\*(\n \* This file is part of the TYPO3 CMS project.) Replace with: /*$1 Resolves: #63328 Releases: master Change-Id: Ic8f11dbfefee94a19657c8fe8426c81d1cb435d8 Reviewed-on: http://review.typo3.org/35103 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- 23 Sep, 2014 1 commit
-
-
Wouter Wolters authored
Resolves: #61783 Releases: master Change-Id: Iebe604aca73cee6efc834b1e8c678cd49ce265fc Reviewed-on: http://review.typo3.org/32907 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- 22 Jun, 2014 1 commit
-
-
Michael Schams authored
This patch replaces the copyright/license header in PHP files with a new, simplified one. The new header does not show the year figure, nor an author name, and refers to the LICENSE.txt file for the full copyright information. License is: GPL2 or any later version. This is a multi-part commit due to the huge number of changed files. See issue #59780 for further details. Resolves: #59780 Releases: 6.3, 6.2 Change-Id: I00eff31cdff19774527e3b1bb06e29152928414c Reviewed-on: https://review.typo3.org/31025 Reviewed-by: Krzysztof Adamczyk Tested-by: Krzysztof Adamczyk Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 05 Apr, 2014 1 commit
-
-
Resolves: #57676 Releases: 6.2 Change-Id: I6f694a2c595756595b09aa4a8a91cb795e8a47b7 Reviewed-on: https://review.typo3.org/29192 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Oliver Klee Reviewed-by: Pascal Dürsteler Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 10 Feb, 2014 1 commit
-
-
Christian Kuhn authored
Running the whole unit test suite on cli can eat up a significant amount of memory. Most of that can not be mitigated due to phpunit itself, but we can at least hint the PHP garbage collection by unsetting test class properties in tearDown(). The patch introduces a generic tearDown() method that reflects the test class and unsets all temporary properties of the class. In effect, tests do not need to take care of unsetting properties. The patch removes all tearDown() methods that only unset() stuff and keeps others that do additional things but adds a call to parent::tearDown(). Private properties are changed to protected, so parent::tearDown can reach them. The additional computing effort of the reflection is insignificant, the suite is nearly as fast as before. Results: php 5.3: 1056MB -> 851MB php 5.4: 870MB -> 670MB php 5.5.: 876MB -> 674MB Resolves: #55850 Related: #51436 Releases: 6.2 Change-Id: Ie665c53a3ab35e4808677e483d2099e0511c393f Reviewed-on: https://review.typo3.org/27528 Reviewed-by: Helmut Hummel Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 01 Oct, 2013 1 commit
-
-
Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b Resolves: #52360 Releases: 6.2 Reviewed-on: https://review.typo3.org/24212 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 29 Jul, 2013 1 commit
-
-
Tim Lochmüller authored
Now the substrStart pointer increases in case that the line is longer than the lineWidth parameter. Resolves: #49396 Releases: 6.2, 6.1, 6.0 Change-Id: I87b3622c2ada7efdcb4c1992c1cfa43635d68f09 Reviewed-on: https://review.typo3.org/21978 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
- 19 May, 2013 1 commit
-
-
Philipp Gampe authored
parseAddresses should return an array of email addresses ready to be feed into swiftmailer. If an empty string is passed to the function, then it returns "@localhost", which is not a valid email. Swiftmailer will throw an exception "Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2." This happens in ContentObjectRenderer->sendNotifyEmail() which is in turn used by the frontend login forgotten passwort form. Skip any addresses without a mailbox given. Resolves: #48247 Releases: 6.2, 6.1 Change-Id: If8724416b3451417db7729dc81abdbd068dc8b10 Reviewed-on: https://review.typo3.org/20839 Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- 19 Mar, 2013 1 commit
-
-
In this patch are also some fixes for files containing a interface. Due the namespace change all interfaces have the curly bracket not on the same line as the interface name. Change-Id: I64ba45de73693452d681ce7f018965968b11d2af Resolves: #46370 Releases: 6.1 Reviewed-on: https://review.typo3.org/18984 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 16 Nov, 2012 1 commit
-
-
Christian Kuhn authored
With namespaces the @package and @subpackage annotations do not have a real benefit anymore and can be removed. Change-Id: Id8f4718db0c1c51ae5143a3353dd5efb42dadf70 Resolves: #43019 Releases: 6.0 Reviewed-on: http://review.typo3.org/16474 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 22 Sep, 2012 1 commit
-
-
Previously all core unit tests extended from the Tx_PhpUnit_TestCase. This turned out to be problematic because the core tests relied on the behaviour of that class and we could not easily change behaviour centrally for the core tests. Because of that, we introduced several own base test classes which added functionality for specific test cases. With introducing a new base test case class which is extended by all core test, we can consolidate helper functions and specific wanted behaviour like blacklisting TYPO3_DB globals for all tests. Additionally all tests will benefit from future enhancements in the base class. Resolves: #41171 Releases: 6.0 Change-Id: Ic9e5c4b128ffb81cc9228e080a9d4a7909ee9dcd Reviewed-on: http://review.typo3.org/14836 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 16 Sep, 2012 1 commit
-
-
Arvid Jakobsson authored
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I818d55a2f00b549fef8377f1c6766c293edd021c Resolves: #40880 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14565 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 09 Sep, 2012 2 commits
-
-
Christian Kuhn authored
TYPO3\CMS\Core\Utility\GeneralUtility::setSingletonInstance() is a method for unit tests to inject singleton mocks for classes that are instantiated with makeInstance. purgeInstances() can be used to reset all registered singletons, so makeInstance() creates new objects after that. purgeInstances() can change the behaviour of tests that are executed afterwards, because *all* registered singletons are reset. Currently the helper methods for singletons around makeInstance() are not able to get the list of registered singletons, and reset them to the previous list. The patch introduces method getSingletonInstances() that returns a list of all registered singletons (used in setUp()), and method resetSingletonInstances() that resets registered singletons to a given stored list (used in tearDown()). This way it is possible to fiddle in tests with purgeInstances() without introducing side effects to other tests. All unit tests that used purgeInstances() are adapted to take care of re constitution of changed objects this way. Change-Id: I19dc869423a537226bb019e227d84b6f74fe9afc Resolves: #40780 Releases: 6.0 Reviewed-on: http://review.typo3.org/14487 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
This patch moves most unit tests of the tests/Unit/t3lib/* directory to the core extension, following the new name scheme. Change-Id: Ia08a3c0251c577676e3920dc880bb54e1651e5c2 Resolves: #40620 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14339 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 24 Aug, 2012 1 commit
-
-
Change-Id: I6d47d742afc0765bd9fd2aaf4b2fe45498f05f45 Resolves: #40109 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14023 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 14 May, 2012 1 commit
-
-
Roland Waldner authored
on metrics.typo3.org the violations drilldown says that are 2 violations against "ArrayBracketSpacingSpaceBeforeBracket" in tests/Unit/t3lib/utility/ class.t3lib_utility_mailTest.php. this should be fixed. after that i guess this coding guidline sniff could be activated in the CI-server jobs? Change-Id: I6fb7c6b67611ebac903466b28c7c473b3d36ee51 Fixes: #37141 Releases: 6.0 Reviewed-on: http://review.typo3.org/11159 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- 06 May, 2012 1 commit
-
-
This patch replaces some forgotten and/or overseen space chars in indention into tab chars. Change-Id: I1118488ee3e06d5529d741b2811095548ca818a5 Resolves: #36871 Reviewed-on: http://review.typo3.org/11018 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 05 May, 2012 1 commit
-
-
Christian Kuhn authored
FAL introduced first functional tests in a new tests/Functional directory. Therefore all unit tests are now moved to tests/Unit. Change-Id: Ied463e171b2dcaecf66cc9f6411de47b95b5bee7 Resolves: #36864 Releases: 6.0 Reviewed-on: http://review.typo3.org/11015 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 12 Apr, 2012 1 commit
-
-
Phpunit 3.6 is no longer able to test for a generic Exception class. The main part of this patch changes generic Exceptions to better detailed subclasses to give more information on the error. Change-Id: I2197b88fae4e90d8c5ceaa0f983f43ef1388ed02 Fixes: #35202 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10187 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-