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
ExtensionsParserTestSuite.php
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
ParserTestTopLevelSuite.php No yoda conditions 2018-11-21 17:54:39 +01:00
UploadFromUrlTestSuite.php