Skip to content

Commit

Permalink
Updating unit test note to remve Altaform references
Browse files Browse the repository at this point in the history
  • Loading branch information
darkain committed Jan 8, 2022
1 parent 66b7c98 commit 279a095
Showing 1 changed file with 16 additions and 22 deletions.
38 changes: 16 additions & 22 deletions test/all.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
<?php

/*****************************************************************************\
This is the testing framework for PUDL. This testing framework is
designed to be launched exclusively form within an Altaform based
application. The instructions on how to set this up will be provided
at a later time. This file, however, still gives some clear examples
as to the types of SQL statements that can be generated through the
PUDL library.
/******************************************************************************\
* IMPORTANT NOTE: The ->string() part of these queries means that they *
* will *NOT* be executed, but instead ONLY return an object containing *
* the SQL query statement generated. Removing ->string() from each line *
* will allow execution of the generated statement. This is simply added *
* here to compare the generated statements to their expected results, to *
* ensure that all queries are generated by PUDL correctly. *
* *
* To execute this test from the command line, simply run the following: *
* *
* php test/cli.php *
* *
* For HHVM users, simply run the following instead: *
* *
* hhvm test/cli.php *
\******************************************************************************/

IMPORTANT NOTE: The ->string() part of these queries means that they
will *NOT* be executed, but instead ONLY return an object containing
the SQL query statement generated. Removing ->string() from each line
will allow execution of the generated statement. This is simply added
here to compare the generated statements to their expected results, to
ensure that all queries are generated by PUDL correctly.
To execute this test from the command line, simply run the following:
php _pudl/test/cli.php
For HHVM users, simply run the following instead:
hhvm _pudl/test/cli.php
\*****************************************************************************/



Expand Down

0 comments on commit 279a095

Please sign in to comment.