| changeset 114 | 8af5ed0521a2 |
| parent 112 | 7a542145832c |
| child 144 | 03678acbfda3 |
| 113:faff38055a07 | 114:8af5ed0521a2 |
|---|---|
119 * @return void |
119 * @return void |
120 */ |
120 */ |
121 public function testInit() |
121 public function testInit() |
122 { |
122 { |
123 $this->assertTrue(true); |
123 $this->assertTrue(true); |
124 echo $this->resGraph->serialise('turtle'); |
124 //echo $this->resGraph->serialise('turtle'); |
125 } |
125 } |
126 |
126 |
127 /** |
127 /** |
128 * test the result graph. |
128 * test the result graph. |
129 * |
129 * |