PhpBench\Tests\Unit\Environment\Provider\BaselineTest::testIsApplicable PHP Method

testIsApplicable() public method

Provider is always applicable.
public testIsApplicable ( )
    public function testIsApplicable()
    {
        $this->assertTrue($this->provider->isApplicable());
    }