Skip to content

Commit 37e12a6

Browse files
committed
added repo variables test
1 parent 7569055 commit 37e12a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/Github/Tests/Api/RepoTest.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,16 @@ public function shouldGetReleasesApiObject()
570570
$this->assertInstanceOf(\Github\Api\Repository\Releases::class, $api->releases());
571571
}
572572

573+
/**
574+
* @test
575+
*/
576+
public function shouldGetVariablesApiObject()
577+
{
578+
$api = $this->getApiMock();
579+
580+
$this->assertInstanceOf(\Github\Api\Repository\Actions\Variables::class, $api->variables());
581+
}
582+
573583
/**
574584
* @test
575585
*/

0 commit comments

Comments
 (0)