@@ -14,32 +14,32 @@ class ActiveRecordPHPStanTest extends \DatabaseTestCase
1414 public function testPhpstan ()
1515 {
1616 $ this ->expectNotToPerformAssertions ();
17- // $version = 'Version unknown';
18- // try {
19- // $version = \Jean85\PrettyVersions::getVersion(
20- // 'phpstan/phpstan'
21- // )->getPrettyVersion();
22- // } catch (\OutOfBoundsException $e) {
23- // }
24- //
25- // $application = new Application(
26- // 'PHPStan - PHP Static Analysis Tool',
27- // $version
28- // );
29- // $application->setAutoExit(false);
30- // $application->add(new AnalyseCommand([]));
31- // $application->run(
32- // new \_PHPStan_a4fa95a42\Symfony\Component\Console\Input\ArgvInput(
33- // [
34- // 'vendor/phpstan/phpstan/bin/phpstan',
35- // 'analyse',
36- // '--xdebug',
37- // '--debug',
38- // '-c',
39- // './phpstan.neon.dist',
40- // 'test/phpstan',
41- // ]
42- // )
43- // );
17+ // $version = 'Version unknown';
18+ // try {
19+ // $version = \Jean85\PrettyVersions::getVersion(
20+ // 'phpstan/phpstan'
21+ // )->getPrettyVersion();
22+ // } catch (\OutOfBoundsException $e) {
23+ // }
24+ //
25+ // $application = new Application(
26+ // 'PHPStan - PHP Static Analysis Tool',
27+ // $version
28+ // );
29+ // $application->setAutoExit(false);
30+ // $application->add(new AnalyseCommand([]));
31+ // $application->run(
32+ // new \_PHPStan_a4fa95a42\Symfony\Component\Console\Input\ArgvInput(
33+ // [
34+ // 'vendor/phpstan/phpstan/bin/phpstan',
35+ // 'analyse',
36+ // '--xdebug',
37+ // '--debug',
38+ // '-c',
39+ // './phpstan.neon.dist',
40+ // 'test/phpstan',
41+ // ]
42+ // )
43+ // );
4444 }
4545}
0 commit comments