/**
  * @test
  */
 public function getExcludedExtensionKeysForNoPhpUnitConfigurationReturnsEmptyArray()
 {
     $this->assertSame(array(), $this->fixture->getExcludedExtensionKeys());
 }
Beispiel #2
0
 /**
  * @test
  */
 public function getExcludedExtensionKeysForNoPhpUnitConfigurationReturnsEmptyArray()
 {
     self::assertSame(array(), $this->subject->getExcludedExtensionKeys());
 }