Example #1
0
 public function testCanDefineThatAttributesShouldNotBeStripped()
 {
     $hal = new Hal('http://example.com/');
     $hal->setShouldStripAttributes(false);
     $this->assertEquals(false, $hal->getShouldStripAttributes());
 }