We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6049093 commit 8ab59c1Copy full SHA for 8ab59c1
test/EntriesTest.php
@@ -44,12 +44,9 @@ public function testFindOne() {
44
45
public function testFetch() {
46
$_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']);
+ $_uid = $_object['uid'];
+ $_entry = self::$Stack->ContentType(CT_ContentType)->Entry($_uid)->toJSON()->fetch();
+ $this->assertEquals($_entry['title'], $_object['title']);
53
}
54
55
public function testAddParam() {
0 commit comments