Beispiel #1
0
 /**
  * @see \Tbs\DocBlock\Collection::hasTag()
  * @dataProvider providerHasTag
  */
 public function testHasTag($tag, $expected)
 {
     $rs = $this->object->hasTag($tag);
     $this->assertInternalType('bool', $rs);
     $this->assertEquals($expected, $rs);
 }