Example #1
0
 public function testRemoveTypeHint()
 {
     $this->argument->setTypeHint('stdClass');
     $this->argument->removeTypeHint();
     $this->assertNull($this->argument->getTypeHint());
 }