Ejemplo n.º 1
0
 public function testLocation()
 {
     $module = new \SandboxContact\Module();
     $location = $module->getLocation();
     $this->assertStringEndsWith('/src/SandboxContact', $location);
 }
 public function setUploadImageFixture($tableName, $columnName, $refNumber)
 {
     $module = new \SandboxContact\Module();
     $moduleDir = $module->getLocation();
     return $this->createUploadImageFixture($tableName, $columnName, $refNumber, $moduleDir);
 }