App_TestSuite::dbConnect PHP Method

dbConnect() public method

public dbConnect ( )
    public function dbConnect()
    {
        throw $this->exception('Preventing you from connecting to live DB');
    }
App_TestSuite