Skip to content

Commit 5c69ecb

Browse files
committed
Update index.test.ts
1 parent fbc9ff4 commit 5c69ecb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/languagePlugins/php/exportResolver/index.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ import { expect } from "@std/expect";
33
import { getPHPFilesMap } from "../testFiles/index.ts";
44
import { LEARN_PHP, NESTED } from "../testFiles/constants.ts";
55
import { PHPExportResolver } from "./index.ts";
6-
import {
7-
PHP_CLASS,
8-
PHP_FUNCTION,
9-
PHP_INTERFACE,
10-
PHP_VARIABLE,
11-
} from "./types.ts";
6+
import { PHP_FUNCTION, PHP_INTERFACE, PHP_VARIABLE } from "./types.ts";
127

138
describe("PHP Export resolver", () => {
149
const resolver = new PHPExportResolver();

0 commit comments

Comments
 (0)