kahlan\Summary::executable PHP 메소드

executable() 공개 메소드

Return the number of executable specs.
public executable ( ) : integer
리턴 integer
    public function executable()
    {
        return $this->passed() + $this->failed() + $this->errored();
    }