presentations/test-driven-drupal/code/2-test-methods.txt
Oliver Davies 6891a7517a Re-organise
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-25 21:52:45 +01:00

6 lines
116 B
Text

public function testSomething()
public function test_something()
/** @test */
public function it_does_something()