You are here

public function ExampleTest::test1 in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/Commenting/ExpectedExceptionUnitTest.inc \ExampleTest::test1()
  2. 8.2 coder_sniffer/DrupalPractice/Test/Commenting/ExpectedExceptionUnitTest.inc \ExampleTest::test1()

Test 1.

@expectedException TestException @expectedExceptionCode 100 @expectedExceptionMessage Message here @expectedExceptionMessageRegExp /.+/

File

tests/DrupalPractice/Commenting/ExpectedExceptionUnitTest.inc, line 13

Class

ExampleTest

Code

public function test1() {
}