Pheasant\Tests\MysqlTestCase::assertConnectionExists PHP Method

assertConnectionExists() public method

    public function assertConnectionExists()
    {
        $this->assertTrue($this->pheasant->connection());
    }