Skip to content

Commit

Permalink
tests should use autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
erusev committed Apr 24, 2014
1 parent 6081954 commit cd1c030
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite>
<file>tests/Test.php</file>
Expand Down
2 changes: 0 additions & 2 deletions tests/Test.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

include 'Parsedown.php';

class Test extends PHPUnit_Framework_TestCase
{
public function __construct($name = null, array $data = array(), $dataName = '')
Expand Down

0 comments on commit cd1c030

Please sign in to comment.