Example #1
0
 public function testClassStringValidationInvalidType()
 {
     $return = Player::validStatus([]);
     $this->assertNull($return);
 }