count() public method

설치된 플러그인의 갯수를 반환한다.
public count ( ) : integer
return integer
 /**
  * @depends testConstruct
  */
 public function testCount(PluginCollection $collection)
 {
     $this->assertEquals(2, $collection->count());
 }