Dshafik\MySQL\Tests\MySqlShimTest::test_mysql_select_db_specialchars PHP Method

test_mysql_select_db_specialchars() public method

    public function test_mysql_select_db_specialchars()
    {
        $this->getConnection('shim-test');
        $this->assertTrue(mysql_select_db('shim-test'));
    }
MySqlShimTest