tests should use autoloader

This commit is contained in:
Emanuil Rusev 2014-04-24 22:44:30 +03:00
parent 6081954185
commit cd1c030362
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vendor/

View File

@ -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>

View File

@ -1,7 +1,5 @@
<?php
include 'Parsedown.php';
class Test extends PHPUnit_Framework_TestCase
{
public function __construct($name = null, array $data = array(), $dataName = '')