• Sergei Morozov's avatar
    Marked some test classes abstract · b0ed680f
    Sergei Morozov authored
    1. SchemaManagerFunctionalTestCase can be run only via an extending class. Otherwise, it skips all tests. If the test case is represented as an abstract class, PhpStorm will offer a choise of concrete classes which is very handy when debugging test failures.
    2. DbalFunctionalTestCase and DbalPerformanceTestCase are meant to be used as base classes and don't contain any tests.
    b0ed680f
DbalPerformanceTestCase.php 1.25 KB