ParagonIE\EasyDB\Tests\EasyDBTest::BadFactoryCreateArgumentProvider PHP Method

BadFactoryCreateArgumentProvider() public method

Data provider for arguments to be passed to Factory::create These arguments will not result in a valid EasyDB instance
    public function BadFactoryCreateArgumentProvider()
    {
        return [['this-dsn-will-fail', 'username', 'putastrongpasswordhere']];
    }