Example #1
0
 public function testConfiguration()
 {
     $configuration = new Statement\Configuration();
     $this->assertSame('Configuration', $configuration->getType());
     $this->assertTrue($configuration->hasChanged());
     $this->assertNull($configuration->getRaw());
 }