コード例 #1
0
 /**
  * @dataProvider dataForTestSupports
  */
 public function testSupports($url, $expected)
 {
     $this->assertSame($expected, GitLabDriver::supports($this->io->reveal(), $this->config, $url));
 }