Example #1
0
 function test_it_sees_if_the_env_db_host_is_localhost()
 {
     $this->filesystem->put('.env', 'DB_HOST=localhost');
     $project = new Project($this->filesystem, __DIR__);
     $this->assertTrue($project->dbIsLocalhost());
 }