Skip to content

Commit 61ae315

Browse files
committed
Add more table autocomplete.
1 parent 1db501c commit 61ae315

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/test_files/meta/phpstorm/.meta_lowest.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,12 +774,24 @@
774774
'ajax',
775775
);
776776

777+
expectedArguments(
778+
\Migrations\BaseMigration::hasTable(),
779+
0,
780+
argumentsSet('tableNames'),
781+
);
782+
777783
expectedArguments(
778784
\Migrations\BaseMigration::table(),
779785
0,
780786
argumentsSet('tableNames'),
781787
);
782788

789+
expectedArguments(
790+
\Migrations\BaseSeed::hasTable(),
791+
0,
792+
argumentsSet('tableNames'),
793+
);
794+
783795
expectedArguments(
784796
\Migrations\BaseSeed::table(),
785797
0,

0 commit comments

Comments
 (0)