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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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()