We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db501c commit 61ae315Copy full SHA for 61ae315
tests/test_files/meta/phpstorm/.meta_lowest.php
@@ -774,12 +774,24 @@
774
'ajax',
775
);
776
777
+ expectedArguments(
778
+ \Migrations\BaseMigration::hasTable(),
779
+ 0,
780
+ argumentsSet('tableNames'),
781
+ );
782
+
783
expectedArguments(
784
\Migrations\BaseMigration::table(),
785
0,
786
argumentsSet('tableNames'),
787
788
789
790
+ \Migrations\BaseSeed::hasTable(),
791
792
793
794
795
796
\Migrations\BaseSeed::table(),
797
0 commit comments