presentations/test-driven-drupal/slides/code/2-test-methods.txt
2025-10-02 12:28:08 +01:00

6 lines
116 B
Text

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