MediaWiki-CodeSniffer
MediaWiki CodeSniffer Standards
Loading...
Searching...
No Matches
NotATestClassCase Class Reference

Normal (non-unit-test) class. More...

Public Member Functions

 FailedExamples ()
 Lower camel case.
 
 failed_Examples ()
 Lower camel case without under score.
 
 __construct ()
 magic method with double under score.
 
 test ()
 Lower camel case.
 
 sayTest ()
 Lower camel case without under score.
 
 testSomeMethod_foo ()
 Named like a test, but not actually one.
 
failed_ReferenceExamples ()
 Lower camel case without under score.
 

Detailed Description

Normal (non-unit-test) class.

Member Function Documentation

◆ failed_Examples()

NotATestClassCase::failed_Examples ( )

Lower camel case without under score.

Returns
void

◆ failed_ReferenceExamples()

& NotATestClassCase::failed_ReferenceExamples ( )

Lower camel case without under score.

Returns
void

◆ FailedExamples()

NotATestClassCase::FailedExamples ( )

Lower camel case.

Returns
void

◆ sayTest()

NotATestClassCase::sayTest ( )

Lower camel case without under score.

Returns
void

◆ test()

NotATestClassCase::test ( )

Lower camel case.

Returns
void

◆ testSomeMethod_foo()

NotATestClassCase::testSomeMethod_foo ( )

Named like a test, but not actually one.

Returns
void

The documentation for this class was generated from the following file: