You are here

function CoderSQLTest::__construct in Coder 6.2

Same name and namespace in other branches
  1. 6 tests/coder_sql.test \CoderSQLTest::__construct()

File

tests/coder_sql.test, line 11

Class

CoderSQLTest

Code

function __construct($id = NULL) {
  parent::__construct('sql', $id);
}