oneTwoThree() public method

public oneTwoThree ( )
Beispiel #1
0
 public function testGetArrayDefaults()
 {
     $configs = new TestConfig();
     $configs->configureForTesting([]);
     $this->assertEquals([1, 2, 3], $configs->oneTwoThree());
 }