예제 #1
0
 public function testSetDatabase()
 {
     $domain = new Domain();
     $domain->setDatabase($this->getDatabaseMock('bookstore'));
     $this->assertInstanceOf('Propel\\Generator\\Model\\Database', $domain->getDatabase());
 }