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 6e31397 commit d4b079eCopy full SHA for d4b079e
test/UserTest.php
@@ -61,13 +61,6 @@ public function testRoleUser(){
61
$this->builder->build();
62
$this->assertJsonStringEqualsJsonFile(dirname(__FILE__) . '/../user-todo.json',$this->builder->data['todo'],"Todo is not the same");
63
}
64
- public function testArrayResponse(){
65
- $this->assertEmpty($this->builder->data['name'],"Name is empty");
66
- $this->assertEmpty($this->builder->data['age'],"Age is empty");
67
- $this->assertEmpty($this->builder->data['level'],"Level is empty");
68
- $this->assertEmpty($this->builder->data['todo'],"Todo is empty");
69
70
- }
71
/**
72
* Validate Name
73
*/
0 commit comments