Skip to content

Commit f358f5e

Browse files
committed
Remove includes
1 parent c0fdce7 commit f358f5e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/models/product.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
require_once("user.php");
3-
42
/**
53
* To make IDEs autocomplete happy
64
*

tests/models/user.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
require_once "product.php";
3-
42
/**
53
* To make IDEs autocomplete happy
64
*

0 commit comments

Comments
 (0)