Skip to content

Commit

Permalink
missed few spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
teresko committed Mar 20, 2014
1 parent d5dbb66 commit c9c3c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

define('SOURCE_PATH', dirname( __DIR__ ) . '/src' );
define('TEST_PATH', dirname( __DIR__ ) . '/tests' );
define('FIXTURE_PATH', TEST_PATH . '/fixtures' );
define('SOURCE_PATH', dirname( __DIR__ ) . '/src');
define('TEST_PATH', dirname( __DIR__ ) . '/tests');
define('FIXTURE_PATH', TEST_PATH . '/fixtures');


require __DIR__ . '/../vendor/autoload.php';
Expand Down

0 comments on commit c9c3c6a

Please sign in to comment.