Example #1
0
 /**
  * Tests the fullname concatenation.
  */
 public function testGetFullName()
 {
     $table = new Table($this->getTestMock(), 'dbName', 'tableName');
     $this->assertSame('dbName.tableName', $table->getFullName());
 }