Пример #1
0
 public function deprecatedUsageWithNamespace()
 {
     $app = new ApplicationType();
     $this->assertEquals(Marshaller::marshal($app), $this->fixture->marshalTo(new Node('ApplicationType'), $app)->getSource(INDENT_DEFAULT));
 }