Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Fixed testing scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 16, 2015
1 parent 1a4c095 commit f099f84
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
33 changes: 0 additions & 33 deletions src/autoload.php

This file was deleted.

4 changes: 1 addition & 3 deletions testing/bootstrapMySQL.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php
require_once '../lib/require.php';
require_once '../vendor/autoload.php';
use SciActive\R as R;

R::undef('NymphConfig');
R::undef('Nymph');

include '../src/autoload.php';

R::_('NymphConfig', [], function(){
// Nymph's configuration.

Expand Down
4 changes: 1 addition & 3 deletions testing/bootstrapPostgreSQL.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php
require_once '../lib/require.php';
require_once '../vendor/autoload.php';
use SciActive\R as R;

R::undef('NymphConfig');
R::undef('Nymph');

include '../src/autoload.php';

R::_('NymphConfig', [], function(){
// Nymph's configuration.

Expand Down

0 comments on commit f099f84

Please sign in to comment.