Example #1
0
 public function testGetQualifiedName()
 {
     $table = new Table('foo');
     $this->assertEquals('public.foo', $table->getQualifiedName());
 }