talks/test-driven-drupal/code/2-test-methods.txt

7 lines
116 B
Plaintext
Raw Normal View History

2021-01-05 11:22:16 +00:00
public function testSomething()
public function test_something()
/** @test */
public function it_does_something()