Skip to content

Commit e98beaf

Browse files
committed
test case update
1 parent 01653f1 commit e98beaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/AssetsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require_once __DIR__ . '/REST.php';
33
require_once __DIR__ . '/constants.php';
44

5-
require_once __DIR__ . '/../src/index.php';
5+
require_once __DIR__ . '/../src/contentstack.php';
66
require_once __DIR__ . '/utility.php';
77
use Contentstack\Test\REST;
88
use Contentstack\Contentstack;

test/EntriesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require_once __DIR__ . '/REST.php';
33
require_once __DIR__ . '/constants.php';
44

5-
require_once __DIR__ . '/../src/index.php';
5+
require_once __DIR__ . '/../src/contentstack.php';
66
require_once __DIR__ . '/utility.php';
77
use Contentstack\Test\REST;
88
use PHPUnit\Framework\TestCase;

test/ImageTransformTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_once __DIR__ . '/constants.php';
44
require_once __DIR__ . '/utility.php';
55

6-
require_once __DIR__ . '/../src/index.php';
6+
require_once __DIR__ . '/../src/contentstack.php';
77

88
use Contentstack\Test\REST;
99
use Contentstack\Contentstack;

0 commit comments

Comments
 (0)