public function testContstructor(array $members) { $set = new Set($members); $this->assertInstanceOf('MathPHP\\SetTheory\\Set', $set); }