Exemple #1
0
 public function testFullName()
 {
     $tableName = 'garbage';
     $table = new CachedTable($this->schema, $tableName);
     $this->assertEquals($this->schema->fullName() . '.' . $tableName, $table->fullName());
 }