speed() 공개 메소드

public speed ( )
예제 #1
0
 public function testNotRequiredConfigsWhenMissingWithNullDefault()
 {
     $configs = new TestConfig();
     $configs->configureForTesting(self::$sampleConfigs);
     $this->assertNull($configs->speed(), 'Speed configuration');
 }