Scalr\Tests\Api\ApiEntityAdapterTest::setUpBeforeClass PHP Method

setUpBeforeClass() public static method

Setups test adapter
public static setUpBeforeClass ( )
    public static function setUpBeforeClass()
    {
        static::$entity2Adapter = new TestApiEntity2Adapter(new ApiController());
    }