Skip to content

Commit

Permalink
[skip travis] 20230610 Bump LPM Date.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanGibbs3 committed Jun 11, 2023
1 parent 9bdd40b commit 1385fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/base_capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function BaseCapsRegistry(){ // PHP 4x constructor.
$Ver = '1.4.5'; // Official Release
$Lady = 'lilias'; // Official Release Name
// Last Dev Merge to master branch, change on new merge.
$LPM = '2023-05-30';
$LPM = '2023-06-11';
// Switch this off and update the official release Unit Test when
// pushing a new release to master.
$Dev = true; // Is this a Development build?
Expand Down
2 changes: 1 addition & 1 deletion tests/php/icapabilitiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function testClassBaseCapsRegistryReleasInfo(){
$URV = self::$URV.'Release Info.';
$this->assertEquals('lilias', $tc->GetCap('BASE_Lady'), $URV);
if ( $tc->GetCap('BASE_Dev') ){
$EOM = '^1\.4\.5-0\.0\.1 \(Jayme\)\+2023-05-30';
$EOM = '^1\.4\.5-0\.0\.1 \(Jayme\)\+2023-06-11';
if ( $PHPUV > 1 ){ // PHPUnit 9+
$this->assertMatchesRegularExpression(
'/'.$EOM.'/', $tc->GetCap('BASE_Ver'), $URV
Expand Down

0 comments on commit 1385fb7

Please sign in to comment.