speed() public method

public speed ( )
コード例 #1
0
ファイル: ConfigurationTest.php プロジェクト: martinsv/bart
 public function testNotRequiredConfigsWhenMissingWithNullDefault()
 {
     $configs = new TestConfig();
     $configs->configureForTesting(self::$sampleConfigs);
     $this->assertNull($configs->speed(), 'Speed configuration');
 }