Skip to content

Commit

Permalink
Update test path
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Jun 12, 2016
1 parent 4951bbb commit f4d50fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/GeocodingTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?php

/**
* @package silvershop-geocoding
*/
class GeocodingTest extends SapphireTest
{

public static $fixture_file = 'shop_geocoding/tests/addresses.yml';
public static $fixture_file = 'silvershop-geocoding/tests/addresses.yml';

public function testAddressModel()
{
$address = $this->objFromFixture("Address", "address1");
Expand Down

0 comments on commit f4d50fd

Please sign in to comment.