コード例 #1
0
 public function testSetSuppressedMembersOnly()
 {
     $options = new All();
     $this->assertInstanceOf('MadMimi\\Options\\Members\\All', $options->setSuppressedMembersOnly());
     $this->assertAttributeEquals(1, 'suppressed_only', $options);
 }