PHP Class Scalr\Tests\SoftwareDependencyTest

Since: 30.10.2012
Author: Vitaliy Demidov ([email protected])
Inheritance: extends TestCase
Show file Open project: scalr/scalr

Public Methods

Method Description
testDependencies ( ) Here we should add assertions for all php dependencies which is usded by Scalr.
testGetScalrzrVersion ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

setUp() protected method

See also: PHPUnit_Framework_TestCase::setUp()
protected setUp ( )

tearDown() protected method

See also: PHPUnit_Framework_TestCase::tearDown()
protected tearDown ( )

testDependencies() public method

Here we should add assertions for all php dependencies which is usded by Scalr.
public testDependencies ( )

testGetScalrzrVersion() public method