changeset 114 | 8af5ed0521a2 |
parent 113 | faff38055a07 |
child 115 | 34ffc04cef62 |
113:faff38055a07 | 114:8af5ed0521a2 |
---|---|
188 * @return void |
188 * @return void |
189 */ |
189 */ |
190 public function testInit() |
190 public function testInit() |
191 { |
191 { |
192 $this->assertTrue(true); |
192 $this->assertTrue(true); |
193 echo $this->resGraph->serialise('turtle'); |
193 //echo $this->resGraph->serialise('turtle'); |
194 } |
194 } |
195 |
195 |
196 /** |
196 /** |
197 * test the result graph. |
197 * test the result graph. |
198 * |
198 * |