wiki.techinc.nl/tests/phpunit/suites
Fomafix 3ee1560232 No yoda conditions
Replace
  if ( 42 === $foo )
by
  if ( $foo === 42 )

Change-Id: Ice320ef1ae64a59ed035c20134326b35d454f943
2018-11-21 17:54:39 +01:00
..
CoreParserTestSuite.php Remove trailing empty lines in PHP 2017-01-16 22:06:43 +01:00
ExtensionsParserTestSuite.php Renames preparatory to parser tests refactor 2016-09-12 15:46:15 +10:00
ExtensionsTestSuite.php Add @coversNothing to tests that don't cover specific PHP classes 2018-06-12 13:27:40 -07:00
LessTestSuite.php
ParserIntegrationTest.php Only use "*Test.php" for actual PHPUnit tests 2018-10-03 20:22:22 +03:00
ParserTestFileSuite.php Check requirements for parser test suite in phpunit tests 2017-09-14 19:03:02 +00:00
ParserTestTopLevelSuite.php No yoda conditions 2018-11-21 17:54:39 +01:00
UploadFromUrlTestSuite.php tests: Remove some unused stuff in phpunit tests 2018-03-26 22:45:29 +00:00