Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
tests passing and restructured Spec Test and autoloading all working …
Browse files Browse the repository at this point in the history
…with travis
  • Loading branch information
cordoval committed Mar 9, 2012
1 parent b8a1c37 commit ab112cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
@@ -1,5 +1,7 @@
<?php
namespace PHPPeru\Exam;
namespace PHPPeru\Test\Exam;

use PHPPeru\Exam\SimpleExam;

/**
* Test class for SimpleExam.
Expand Down
2 changes: 2 additions & 0 deletions lib/PHPPeru/Test/bootstrap.php
@@ -0,0 +1,2 @@
<?php
require_once __DIR__ . '/../../../vendor/.composer/autoload.php';
File renamed without changes.
2 changes: 0 additions & 2 deletions tests/bootstrap.php

This file was deleted.

0 comments on commit ab112cf

Please sign in to comment.