Dshafik\MySQL\Tests\MySqlShimTest::test_mysql_select_db_specialchars PHP 메소드

test_mysql_select_db_specialchars() 공개 메소드

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