talks/TDD - Test Driven Drupal/code/2-test-methods.txt
2021-02-06 22:46:22 +00:00

7 lines
116 B
Plaintext

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