Skip to content

Commit 8ab59c1

Browse files
updated in helper file
1 parent 6049093 commit 8ab59c1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/EntriesTest.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@ public function testFindOne() {
4444

4545
public function testFetch() {
4646
$_object = getResultEntries(CT_ContentType, 0);
47-
48-
//\Contentstack\Utility\debug($_object['title']);
49-
$_uid = $_object['uid'];
50-
$_entry = self::$Stack->ContentType(CT_ContentType)->Entry($_uid)->toJSON()->fetch();
51-
\Contentstack\Utility\debug($_entry);
52-
// $this->assertEquals($_entry['title'], $_object['title']);
47+
$_uid = $_object['uid'];
48+
$_entry = self::$Stack->ContentType(CT_ContentType)->Entry($_uid)->toJSON()->fetch();
49+
$this->assertEquals($_entry['title'], $_object['title']);
5350
}
5451

5552
public function testAddParam() {

0 commit comments

Comments
 (0)