Searched refs:getMethods (Results 1 – 4 of 4) sorted by relevance
24 $this->assertSame($methods, $interface->getMethods());
59 $this->assertSame($methods, $class->getMethods());
83 public function getMethods(): array { function in PhpParser\\Node\\Stmt\\ClassLike
77 $this->assertSame($methods, $trait->getMethods());
Completed in 5 milliseconds