Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Finalize the move to PSR-4 with Composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Dec 10, 2014
1 parent e6b4dfb commit 011ab24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .autoload.atoum.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

$composer = dirname(__DIR__) . DIRECTORY_SEPARATOR .
'..' . DIRECTORY_SEPARATOR .
'..' . DIRECTORY_SEPARATOR .
'..' . DIRECTORY_SEPARATOR .
'autoload.php';

Expand Down
2 changes: 0 additions & 2 deletions Bin/Run.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ public function main ( ) {

if(WITH_COMPOSER)
$atoum = __DIR__ . DS .
'..' . DS .
'..' . DS .
'..' . DS .
'..' . DS .
'..' . DS .
Expand Down

0 comments on commit 011ab24

Please sign in to comment.