Psecio\Versionscan\CheckFormatTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $rawJson = file_get_contents(__DIR__ . '/../../../src/Psecio/Versionscan/checks.json');
        $this->checks = json_decode($rawJson, true);
    }