You are here

public function ProjectUnitTest::setUp in Coder 8.2

File

coder_sniffer/DrupalPractice/Test/ProjectDetection/ProjectUnitTest.php, line 23

Class

ProjectUnitTest
Tests that project and version detection works.

Namespace

DrupalPractice\ProjectDetection

Code

public function setUp() {
  parent::setUp();
  $this->phpcsFile = $this
    ->getMockBuilder('PHP_CodeSniffer_File')
    ->disableOriginalConstructor()
    ->getMock();
}