0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now using realpath to get actual paths. More... over 15 years ago
PHPUnit_Fixture_DynamicDB using FixtureManagers truncate method to clean the testing DB. More... over 15 years ago
Refactored FixtureManager::truncateTables to truncate all tables in a DB if a name is not passed. More... over 15 years ago
Modified settings.ini, added dbinfo_link & modified development credentials to work with a remote DB. PHPUnit_Fixture refactored $_testData to protected as it should be. PHPUnit_Fixture_DB refactored __construct, truncate, & callMethod into PHPUnit_Fixture_DynamicDB which will now work use this functionality to create and truncate our dynamic DB's. Added PHPUnit_Fixture_DynamicDB & accompanying test to test our new functionality. More... over 15 years ago
cleaned up structure to fall inline with coding standards. More... over 15 years ago
cleaned up structure to fall inline with coding standards. More... over 15 years ago
cleaned up structure to fall inline with coding standards. More... over 15 years ago
cleaned up structure to fall inline with coding standards. More... over 15 years ago
cleaned up structure to fall inline with coding standards. More... over 15 years ago
cleaned up structure to fall inline with coding standards. More... over 15 years ago
Moved AccountTestSuite & edited ID property. More... over 15 years ago
Updated ID propertie. More... over 15 years ago
noUserIDFeature removed from testAddNewFunctionThrowsExceptionIfNoUserId More... over 15 years ago
Tests for edit, view and delete links are completed and passed. More... over 15 years ago
In the FeatureFixture.php, the testdats was included with a comment on the top to be used for the controller tests. More... over 15 years ago
In Features.php addNewFeature routine had validations for both addeddate and moddate. In FeatureFixture.php moddate has been added to the array. In FeatureTest.php tests for moddate has been addded. Please note here that the test for checking whether the addeddate and modified date get changed on update is marked incomplete as we are unable to get the data from the fixture for the datetime field type. More... over 15 years ago
Has added a new layout in default as features.phtml so that we can have different layout for different module. Like in here, default has a different layout and features has another one More... over 15 years ago
Removed _testData as no longer needed. More... over 15 years ago
Refactored, addNewFunction needed userid as param, was missing, now added. More... over 15 years ago
Tests for addeddate are completed. More... over 15 years ago
Just added Date: prefix to doc block More... over 15 years ago
General housekeeping, improved formatting, ready for phpdoc. More... over 15 years ago
Refactored date so we get the proper format. More... over 15 years ago
Was an assertFalse just after expecting an exception, assertion will never be run, so we removed. More... over 15 years ago
Refactored PHPUnit_Fixture & PHPUnitFixture to now be abstract, both classes should never be used directly. Test cases modified to reflect changes. More... over 15 years ago
Some Tests for addedDate has been added. More... over 15 years ago
added 'userid' into mandatory parameter list in the method addNewFeature in Features.php More... over 15 years ago
code for "adding functions " has been added. More... over 15 years ago
have updated the id in features table to auto_increment. We can add new feature, but haven't done it for add new function yet.. More... over 15 years ago
Have updated some of the files, edit features and futures, and add features....Still need to correct the add features though More... over 15 years ago