We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824e885 commit 1b2efa8Copy full SHA for 1b2efa8
tests/DnsTemplateTest.php
@@ -34,7 +34,7 @@ public function testCreate()
34
'host' => 'test.create',
35
'value' => 'value',
36
]);
37
- $this->assertInternalType('integer', $dns->id);
+ $this->assertIsInt($dns->id);
38
$this->assertGreaterThan(0, $dns->id);
39
$this->assertEquals(0, $dns->siteId);
40
$this->assertEquals(0, $dns->siteAliasId);
0 commit comments