fmalk / codeigniter-phpunit

Hack to make CodeIgniter work with PHPUnit.
234 stars 61 forks source link

Unable to connect to the database server using the provided settings (CI 2.1.3) #30

Closed rpg999 closed 9 years ago

rpg999 commented 9 years ago

I have set up the project for testing, but when i ran it , i got error Unable to connect to the database server using the provided settings . Even though when i try to access my the site via localhost, everything works fine.

fmalk commented 9 years ago

@rpg999 relevant code?