Example #1
0
 /**
  * @covers ::__construct
  * @covers ::getGithub
  */
 public function testConstruct()
 {
     $client = new ClientMock();
     $template = new Template($client);
     $this->assertSame($client, $template->getGithub());
 }