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 c628461 commit e71cd91Copy full SHA for e71cd91
test/IntercomAdminsTest.php
@@ -22,10 +22,10 @@ public function testAdminsGet()
22
}
23
24
public function testAdminsGetPath()
25
- {
26
- $stub = $this->getMockBuilder('Intercom\IntercomClient')->disableOriginalConstructor()->getMock();
+ {
+ $stub = $this->getMockBuilder('Intercom\IntercomClient')->disableOriginalConstructor()->getMock();
27
28
- $users = new IntercomAdmins($stub);
29
- $this->assertEquals('admins/1', $users->adminPath(1));
30
- }
+ $users = new IntercomAdmins($stub);
+ $this->assertEquals('admins/1', $users->adminPath(1));
+ }
31
0 commit comments