예제 #1
0
 public function testSetWithTwoParameterReturnsComplexType()
 {
     $c = new ComplexType($this->createRationalType(0), $this->createRationalType(0));
     $this->assertInstanceOf('Chippyash\\Type\\Number\\Complex\\ComplexType', $c->set($this->createRationalType(0), $this->createRationalType(0)));
 }