You are here

protected function ProjectUnitTest::compatibleSetUp in Coder 8.3.x

Return value

void

File

tests/DrupalPractice/ProjectDetection/ProjectUnitTest.php, line 27

Class

ProjectUnitTest
Tests that project and version detection works.

Namespace

DrupalPractice\Test\ProjectDetection

Code

protected function compatibleSetUp() {
  $this->phpcsFile = $this
    ->getMockBuilder('\\PHP_CodeSniffer\\Files\\File')
    ->disableOriginalConstructor()
    ->getMock();
}