Ejemplo n.º 1
0
 public function testCreateDefaults()
 {
     $company = new Company();
     $this->assertSame(null, $company->getId());
     $this->assertSame(null, $company->getName());
     $this->assertSame(false, $company->isActive());
 }